Age | Commit message (Expand) | Author | Files | Lines |
2019-09-22 | Make `plain` output plainer. | John MacFarlane | 1 | -5/+16 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 1 | -108/+120 |
2019-08-23 | Ensure proper nesting when we have long ordered list markers. | John MacFarlane | 1 | -2/+5 |
2019-07-30 | Markdown writer: Don't assume Doc has Eq instance. | John MacFarlane | 1 | -11/+13 |
2019-07-28 | Use doctemplates 0.3, change type of writerTemplate. | John MacFarlane | 1 | -4/+5 |
2019-07-18 | Markdown writer: prefer using raw_attribute when enabled. | John MacFarlane | 1 | -2/+2 |
2019-06-03 | Avoid unwanted interpretation of def list term as other kind of block, | John MacFarlane | 1 | -4/+4 |
2019-05-27 | consolidate simple-table detection (#5524) | Mauro Bieg | 1 | -9/+1 |
2019-05-22 | Markdown writer: Ensure the code fence is long enough. | John MacFarlane | 1 | -11/+10 |
2019-05-21 | Markdown writer: fix small error in ed73bd28 | Jesse Rosenthal | 1 | -4/+3 |
2019-05-21 | Markdown writer: Handle labels with integer names | Jesse Rosenthal | 1 | -3/+20 |
2019-03-28 | Markdown writer: better rendering of numbers. | John MacFarlane | 1 | -1/+4 |
2019-03-28 | Markdown writer: proper rendering of empty map in YAML metadata. | John MacFarlane | 1 | -1/+3 |
2019-03-17 | Properly escape attributes in Markdown writer. | John MacFarlane | 1 | -4/+9 |
2019-03-09 | Markdown writer: improve handling of raw blocks/inline. | John MacFarlane | 1 | -34/+55 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-02-01 | Markdown writer: use markdown="1" when appropriate for Divs. | John MacFarlane | 1 | -0/+6 |
2019-01-10 | Make 'plain' RawBlocks work for 'plain' output. | John MacFarlane | 1 | -0/+5 |
2019-01-04 | Implement --toc in commonmark/gfm writers. | John MacFarlane | 1 | -1/+1 |
2019-01-04 | T.P.Writers.Shared - add toTableOfContents (API change). | John MacFarlane | 1 | -21/+2 |
2019-01-02 | Implement task lists (#5139) | Mauro Bieg | 1 | -2/+4 |
2018-12-03 | Markdown writer: include needed whitespace after HTML figure. | John MacFarlane | 1 | -1/+1 |
2018-11-19 | For bibliography match Div with id 'refs', not class 'references'. | John MacFarlane | 1 | -2/+2 |
2018-11-11 | Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier. | John MacFarlane | 1 | -1/+1 |
2018-11-01 | Implement --ascii for Markdown writer. | John MacFarlane | 1 | -23/+35 |
2018-10-14 | Markdown writer: ensure blank between raw block and normal content. | John MacFarlane | 1 | -0/+7 |
2018-10-05 | CommonMark writer: add plain text fallbacks. (#4531) | quasicomputational | 1 | -28/+1 |
2018-08-19 | Markdown writer: escape `~` if strikeout extension enabled. | John MacFarlane | 1 | -1/+2 |
2018-07-15 | Make markdown and github writers respect the `emoji` extension. | John MacFarlane | 1 | -0/+5 |
2018-06-29 | Use HsYAML instead of yaml for translations, YAML metadata. | John MacFarlane | 1 | -1/+1 |
2018-05-30 | Markdown writer: preserve `implicit_figures` with attributes... | John MacFarlane | 1 | -5/+11 |
2018-04-21 | Markdown reader/writer: spacing adjustments in tables. | John MacFarlane | 1 | -1/+4 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-02-16 | Markdown writer: properly escape @ to avoid capture as citation. | John MacFarlane | 1 | -1/+7 |
2018-01-16 | Markdown writer: fix cell width calculation. | John MacFarlane | 1 | -1/+1 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-12-23 | Plain writer: don't linkify table of contents. | John MacFarlane | 1 | -10/+12 |
2017-11-28 | Support `--webtex` for `gfm` output. | John MacFarlane | 1 | -3/+2 |
2017-11-13 | Markdown writer: fix bug with doubled footnotes in grid tables. | John MacFarlane | 1 | -12/+22 |
2017-10-31 | Markdown reader: make sure fenced div closers work in lists. | John MacFarlane | 1 | -1/+1 |
2017-10-31 | Make `fenced_divs` affect the Markdown writer. | John MacFarlane | 1 | -5/+13 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -3/+3 |
2017-10-13 | markdown writer: always write bracketed_spans' attributes | d-dorazio | 1 | -2/+4 |
2017-09-07 | Markdown writer: Escape pipe characters when `pipe_tables` enabled. | John MacFarlane | 1 | -0/+1 |
2017-09-05 | Markdown writer: make Span with null attribute transparent. | John MacFarlane | 1 | -4/+3 |
2017-09-04 | Plain writer: don't use to separate list and indented code. | John MacFarlane | 1 | -3/+6 |
2017-08-26 | Markdown writer: don't crash on Str "". | John MacFarlane | 1 | -1/+1 |
2017-08-13 | Markdown writer: Use pipe tables if `raw_html` disabled... | John MacFarlane | 1 | -2/+10 |
2017-07-30 | Markdown writer: better escaping of `<` and `>`. | John MacFarlane | 1 | -2/+6 |