aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
AgeCommit message (Expand)AuthorFilesLines
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane1-18/+0
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane1-15/+151
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-1/+1
2019-09-24odt: Add external option for native numberingNils Carlson1-0/+1
2019-09-22Make `plain` output plainer.John MacFarlane1-0/+1
2019-07-10Extensions.hs fix typo in PHP Markdown commentMauro Bieg1-1/+1
2019-05-18Add tex_math_dollars to multimarkdownExtensions.John MacFarlane1-0/+1
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-02-04More carefully groom ipynb default extensions.John MacFarlane1-2/+18
2019-02-04Add `all_symbols_escapable` to githubMarkdownExtensions.John MacFarlane1-1/+1
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+2
2019-01-02Implement task lists (#5139)Mauro Bieg1-0/+3
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-5/+8
2018-11-11Remove `ascii_identifiers` from `githubMarkdownExtensions`.John MacFarlane1-1/+0
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