Age | Commit message (Expand) | Author | Files | Lines |
2019-01-10 | Make 'plain' RawBlocks work for 'plain' output. | John MacFarlane | 1 | -0/+5 |
2019-01-09 | RST reader: change treatment of `number-lines` directives. (#5207) | Brian Leung | 1 | -15/+15 |
2019-01-09 | Beamer writer: avoid duplicated `fragile` property in some cases. | John MacFarlane | 1 | -1/+3 |
2019-01-08 | EPUB writer: ensure that picture transforms are done on metadata too. | John MacFarlane | 1 | -6/+6 |
2019-01-08 | Removed superfluous sourceCode class on code blocks. | John MacFarlane | 3 | -11/+7 |
2019-01-08 | RST reader: handle sourcecode directive as synonynm for code. | John MacFarlane | 1 | -1/+1 |
2019-01-07 | Asciidoc writer: shorter delimiters for tables, blockquotes. | John MacFarlane | 1 | -3/+2 |
2019-01-07 | revealjs writer: fix some section nesting corner cases. | John MacFarlane | 1 | -6/+13 |
2019-01-07 | Org reader: allow for case of :minlevel == 0. | John MacFarlane | 1 | -1/+3 |
2019-01-07 | Org reader: handle `minlevel` option differently. (#5190) | Brian Leung | 1 | -3/+1 |
2019-01-07 | TWiki reader: fix performance issue with underscores. | John MacFarlane | 1 | -1/+3 |
2019-01-06 | Add DokuWiki reader (#5108) | Alexander | 2 | -0/+532 |
2019-01-04 | Use toTableOfContents in Powerpoint writer.... | John MacFarlane | 1 | -16/+3 |
2019-01-04 | RTF writer: use toTableOfContents from T.P.W.Shared. | John MacFarlane | 1 | -17/+2 |
2019-01-04 | Implement --toc in commonmark/gfm writers. | John MacFarlane | 2 | -3/+14 |
2019-01-04 | T.P.Writers.Shared - add toTableOfContents (API change). | John MacFarlane | 2 | -22/+25 |
2019-01-02 | Implement task lists (#5139) | Mauro Bieg | 8 | -18/+96 |
2019-01-02 | EPUB writer: small fixes to nav.xhtml. | John MacFarlane | 1 | -0/+1 |
2019-01-02 | Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`. | John MacFarlane | 1 | -1/+1 |
2019-01-01 | Zimwiki writer: remove automatic colon prefix before internal images (#5183) | damien clochard | 1 | -6/+2 |
2019-01-01 | Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183) | damien clochard | 1 | -6/+2 |
2019-01-01 | Org reader: fix self-link parsing regression | Albert Krewinkel | 1 | -5/+6 |
2019-01-01 | Org reader: fix treatment of links to images | Albert Krewinkel | 2 | -13/+16 |
2019-01-01 | Org reader: hlint | Albert Krewinkel | 1 | -2/+2 |
2018-12-31 | Remove unused HasHeaderMap (#5175) | Alexander | 7 | -50/+4 |
2018-12-31 | Simplify/fix reading of `--metadata` values on command line. | John MacFarlane | 1 | -7/+8 |
2018-12-31 | Replace read with safeRead (#5186) | Mauro Bieg | 3 | -13/+18 |
2018-12-31 | Allow '-' in filenames for custom lua writers. | John MacFarlane | 1 | -2/+3 |
2018-12-31 | Removed obsolete and misleading comment. | John MacFarlane | 1 | -1/+0 |
2018-12-28 | Org writer: preserve line-numbering for example and code blocks. | leungbk | 1 | -3/+9 |
2018-12-18 | Decompress .svgz when converting to "data:" URI | Alexander Krotov | 1 | -1/+1 |
2018-12-17 | LaTeX reader: Support `\DeclareMathOperator`. | John MacFarlane | 1 | -1/+11 |
2018-12-17 | Replace read with safeRead. Closes #5162. | John MacFarlane | 3 | -11/+8 |
2018-12-17 | Parsing: use safeRead instead of read. | John MacFarlane | 1 | -1/+1 |
2018-12-17 | HTML reader: handle empty start attribute. | John MacFarlane | 1 | -4/+2 |
2018-12-13 | Man/Ms writers: don't escape `-` as `\-`. | John MacFarlane | 1 | -1/+0 |
2018-12-12 | ICML writer: support custom-styles (#5137) | Mauro Bieg | 1 | -3/+10 |
2018-12-10 | Docx: handle level overrides. | Jesse Rosenthal | 1 | -6/+17 |
2018-12-10 | Docx: add a levelOverride type. | Jesse Rosenthal | 1 | -3/+20 |
2018-12-10 | Docx writer: Make Level into a real type. | Jesse Rosenthal | 2 | -4/+6 |
2018-12-10 | ICML writer: support unnumbered headers | mb21 | 1 | -2/+5 |
2018-12-05 | RST writer: don't wrap simple table header lines. | John MacFarlane | 1 | -1/+1 |
2018-12-04 | Strip out illegal XML characters in escapeXMLString. | John MacFarlane | 1 | -1/+6 |
2018-12-03 | Markdown writer: include needed whitespace after HTML figure. | John MacFarlane | 1 | -1/+1 |
2018-11-30 | Fix warnings in Text.Pandoc.Process. | John MacFarlane | 1 | -2/+5 |
2018-11-30 | Text.Pandoc.Process: update pipeProcess | Albert Krewinkel | 1 | -31/+60 |
2018-11-29 | Improve error message for UTF-8 decoding errors. | John MacFarlane | 1 | -6/+17 |
2018-11-29 | Add PandocUTF8DecodingError constructor for PandocError. | John MacFarlane | 1 | -0/+7 |
2018-11-29 | Man reader: use mapLeft from Shared. | John MacFarlane | 1 | -6/+1 |
2018-11-29 | Changed types of writeJSON and readJSON. | John MacFarlane | 2 | -11/+10 |