aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
AgeCommit message (Expand)Author
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-29Add `ascii_identifiers` as a supported extension for `markdown`.John MacFarlane
2019-11-16Add `Ext_smart` to list of possible extensions for HTML.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane
2019-09-24odt: Add external option for native numberingNils Carlson
2019-09-22Make `plain` output plainer.John MacFarlane
2019-07-10Extensions.hs fix typo in PHP Markdown commentMauro Bieg
2019-05-18Add tex_math_dollars to multimarkdownExtensions.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-02-04More carefully groom ipynb default extensions.John MacFarlane
2019-02-04Add `all_symbols_escapable` to githubMarkdownExtensions.John MacFarlane
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane
2019-01-02Implement task lists (#5139)Mauro Bieg
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane
2018-11-11Remove `ascii_identifiers` from `githubMarkdownExtensions`.John MacFarlane
2018-11-11Fix CPP conditional for TH pragmaAlbert Krewinkel
2018-11-04Add cabal flag `derive_json_via_th`Albert Krewinkel
2018-09-15Fix haddock on 'Ext_footnotes'Chris Martin
2018-05-30Clarify how Ext_east_asian_line_breaks extension works (API docs).kaizhang91
2018-03-30Set default extensions for "beamer" same as "latex".John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-03-16Extensions: Semigroup instance for Extensions with base >= 4.9.John MacFarlane
2018-03-02Make `Ext_raw_html` default for commonmark format.John MacFarlane
2018-02-22Extensions: Add Ext_stylesJesse Rosenthal
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-28Alphabetical order Extension constructors.John MacFarlane
2017-12-27HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane
2017-12-17OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane
2017-12-04Add `empty_paragraphs` extension.John MacFarlane
2017-11-21Change Generic JSON instances to TemplateHaskell (#4085)Jasper Van der Jeugt
2017-11-13Replace "emacs" extension with "amuse" extensionAlexander Krotov
2017-11-12Add emacs extensionAlexander Krotov
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-23Implemented fenced Divs.John MacFarlane
2017-09-14FromJSON/ToJSON instances for Reader, WriterOptions.John MacFarlane
2017-08-19Markdown reader: use CommonMark rules for list item nesting.John MacFarlane
2017-08-08CommonMark reader: support `gfm_auto_identifiers`.John MacFarlane
2017-08-07Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-30Removed `hard_line_breaks` extension from `markdown_github`.John MacFarlane
2017-06-24Extensions: Monoid instance for Extensions.John MacFarlane
2017-06-23Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane
2017-05-25Added `spaced_reference_links` extension.John MacFarlane