summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
Commit message (Expand)AuthorAge
* Include `backtick_code_blocks` extension in `mardkown_mmd`.John MacFarlane2017-05-04
* API change: move extension handling to Text.Pandoc.ExtensionsAlbert Krewinkel2017-04-26
* Add `space_in_atx_header` extension.John MacFarlane2017-03-20
* Markdown reader: fixed internal header links.John MacFarlane2017-03-05
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Put an Integer rather than Word64 behind Extensions.John MacFarlane2017-01-25
* Made `smart` extension default for pandoc markdown.John MacFarlane2017-01-25
* Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane2017-01-25
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Make Extensions a custom type instead of a Set Extension.John MacFarlane2017-01-25
* Split extensions code from Options into separate Text.Pandoc.Extensions.John MacFarlane2017-01-25