summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Extensions.hs
Commit message (Expand)AuthorAge
* Alphabetical order Extension constructors.John MacFarlane2017-12-28
* HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane2017-12-27
* OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane2017-12-17
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Change Generic JSON instances to TemplateHaskell (#4085)Jasper Van der Jeugt2017-11-21
* Replace "emacs" extension with "amuse" extensionAlexander Krotov2017-11-13
* Add emacs extensionAlexander Krotov2017-11-12
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Implemented fenced Divs.John MacFarlane2017-10-23
* FromJSON/ToJSON instances for Reader, WriterOptions.John MacFarlane2017-09-14
* Markdown reader: use CommonMark rules for list item nesting.John MacFarlane2017-08-19
* CommonMark reader: support `gfm_auto_identifiers`.John MacFarlane2017-08-08
* Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane2017-08-07
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Removed `hard_line_breaks` extension from `markdown_github`.John MacFarlane2017-06-30
* Extensions: Monoid instance for Extensions.John MacFarlane2017-06-24
* Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane2017-06-23
* Added `spaced_reference_links` extension.John MacFarlane2017-05-25
* 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