Age | Commit message (Expand) | Author | Files | Lines |
2017-12-17 | OPML reader: enable raw HTML and other extensions by default for notes. | John MacFarlane | 1 | -0/+1 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 1 | -0/+1 |
2017-11-21 | Change Generic JSON instances to TemplateHaskell (#4085) | Jasper Van der Jeugt | 1 | -13/+9 |
2017-11-13 | Replace "emacs" extension with "amuse" extension | Alexander Krotov | 1 | -1/+4 |
2017-11-12 | Add emacs extension | Alexander Krotov | 1 | -0/+1 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -2/+2 |
2017-10-23 | Implemented fenced Divs. | John MacFarlane | 1 | -0/+2 |
2017-09-14 | FromJSON/ToJSON instances for Reader, WriterOptions. | John MacFarlane | 1 | -0/+10 |
2017-08-19 | Markdown reader: use CommonMark rules for list item nesting. | John MacFarlane | 1 | -0/+1 |
2017-08-08 | CommonMark reader: support `gfm_auto_identifiers`. | John MacFarlane | 1 | -1/+3 |
2017-08-07 | Remove GFM modules; use CMarkGFM for both gfm and commonmark. | John MacFarlane | 1 | -0/+1 |
2017-07-07 | Rewrote LaTeX reader with proper tokenization. | John MacFarlane | 1 | -0/+1 |
2017-06-30 | Removed `hard_line_breaks` extension from `markdown_github`. | John MacFarlane | 1 | -1/+0 |
2017-06-24 | Extensions: Monoid instance for Extensions. | John MacFarlane | 1 | -1/+5 |
2017-06-23 | Text.Pandoc.Extensions: Added `Ext_raw_attribute`. | John MacFarlane | 1 | -0/+4 |
2017-05-25 | Added `spaced_reference_links` extension. | John MacFarlane | 1 | -1/+5 |
2017-05-04 | Include `backtick_code_blocks` extension in `mardkown_mmd`. | John MacFarlane | 1 | -0/+1 |
2017-04-26 | API change: move extension handling to Text.Pandoc.Extensions | Albert Krewinkel | 1 | -4/+74 |
2017-03-20 | Add `space_in_atx_header` extension. | John MacFarlane | 1 | -0/+3 |
2017-03-05 | Markdown reader: fixed internal header links. | John MacFarlane | 1 | -0/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -2/+3 |
2017-01-25 | Put an Integer rather than Word64 behind Extensions. | John MacFarlane | 1 | -3/+2 |
2017-01-25 | Made `smart` extension default for pandoc markdown. | John MacFarlane | 1 | -0/+1 |
2017-01-25 | Removed readerOldDashes and --old-dashes option, added old_dashes extension. | John MacFarlane | 1 | -0/+1 |
2017-01-25 | Removed readerSmart and the --smart option; added Ext_smart extension. | John MacFarlane | 1 | -0/+1 |
2017-01-25 | Make Extensions a custom type instead of a Set Extension. | John MacFarlane | 1 | -17/+37 |
2017-01-25 | Split extensions code from Options into separate Text.Pandoc.Extensions. | John MacFarlane | 1 | -0/+245 |