aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
AgeCommit message (Expand)AuthorFilesLines
2018-11-11Fix CPP conditional for TH pragmaAlbert Krewinkel1-2/+2
2018-11-04Add cabal flag `derive_json_via_th`Albert Krewinkel1-4/+22
2018-09-15Fix haddock on 'Ext_footnotes'Chris Martin1-1/+1
2018-05-30Clarify how Ext_east_asian_line_breaks extension works (API docs).kaizhang911-1/+4
2018-03-30Set default extensions for "beamer" same as "latex".John MacFarlane1-0/+4
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-6/+0
2018-03-16Extensions: Semigroup instance for Extensions with base >= 4.9.John MacFarlane1-4/+13
2018-03-02Make `Ext_raw_html` default for commonmark format.John MacFarlane1-0/+2
2018-02-22Extensions: Add Ext_stylesJesse Rosenthal1-0/+1
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke1-0/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-28Alphabetical order Extension constructors.John MacFarlane1-61/+61
2017-12-27HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane1-0/+1
2017-12-17OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane1-0/+1
2017-12-04Add `empty_paragraphs` extension.John MacFarlane1-0/+1
2017-11-21Change Generic JSON instances to TemplateHaskell (#4085)Jasper Van der Jeugt1-13/+9
2017-11-13Replace "emacs" extension with "amuse" extensionAlexander Krotov1-1/+4
2017-11-12Add emacs extensionAlexander Krotov1-0/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-2/+2
2017-10-23Implemented fenced Divs.John MacFarlane1-0/+2
2017-09-14FromJSON/ToJSON instances for Reader, WriterOptions.John MacFarlane1-0/+10
2017-08-19Markdown reader: use CommonMark rules for list item nesting.John MacFarlane1-0/+1
2017-08-08CommonMark reader: support `gfm_auto_identifiers`.John MacFarlane1-1/+3
2017-08-07Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane1-0/+1
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-0/+1
2017-06-30Removed `hard_line_breaks` extension from `markdown_github`.John MacFarlane1-1/+0
2017-06-24Extensions: Monoid instance for Extensions.John MacFarlane1-1/+5
2017-06-23Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane1-0/+4
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-1/+5
2017-05-04Include `backtick_code_blocks` extension in `mardkown_mmd`.John MacFarlane1-0/+1
2017-04-26API change: move extension handling to Text.Pandoc.ExtensionsAlbert Krewinkel1-4/+74
2017-03-20Add `space_in_atx_header` extension.John MacFarlane1-0/+3
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