aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
AgeCommit message (Expand)AuthorFilesLines
2017-03-05Markdown reader: fixed internal header links.John MacFarlane1-0/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-2/+3
2017-01-25Put an Integer rather than Word64 behind Extensions.John MacFarlane1-3/+2
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane1-0/+1
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane1-0/+1
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-0/+1
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-17/+37
2017-01-25Split extensions code from Options into separate Text.Pandoc.Extensions.John MacFarlane1-0/+245