Age | Commit message (Expand) | Author | Files | Lines |
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 | 4 | -15/+54 |
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 |
2018-12-31 | Replace read with safeRead (#5186) | Mauro Bieg | 2 | -10/+12 |
2018-12-28 | Org writer: preserve line-numbering for example and code blocks. | leungbk | 1 | -3/+9 |
2018-12-12 | ICML writer: support custom-styles (#5137) | Mauro Bieg | 1 | -3/+10 |
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-03 | Markdown writer: include needed whitespace after HTML figure. | John MacFarlane | 1 | -1/+1 |
2018-11-27 | MediaWiki writer: fix caption, use 'thumb' instead of 'frame'. | John MacFarlane | 1 | -17/+33 |
2018-11-24 | EPUB writer: handle calibre metadata. | John MacFarlane | 1 | -1/+22 |
2018-11-22 | Hlint suggestions. | John MacFarlane | 2 | -25/+24 |
2018-11-22 | RTF writer: fix warnings for skipped raw inlines. | John MacFarlane | 1 | -1/+1 |
2018-11-22 | OpenDocument writer: small amendment to #5095. | John MacFarlane | 1 | -1/+1 |
2018-11-22 | Merge pull request #5095 from pyssling/master | John MacFarlane | 1 | -2/+2 |
2018-11-22 | ODT writer: Fix list indentation | Nils Carlson | 1 | -2/+2 |
2018-11-21 | HTML writer: use plain `"` instead of `"` outside of attributes. | John MacFarlane | 1 | -1/+2 |
2018-11-20 | Docx writer: Fix bookmarks to headers with long titles. | John MacFarlane | 1 | -4/+18 |
2018-11-19 | Fix compiler warning. | John MacFarlane | 1 | -1/+1 |
2018-11-19 | AsciiDoc writer: improve ordered lists. | John MacFarlane | 1 | -32/+27 |
2018-11-19 | For bibliography match Div with id 'refs', not class 'references'. | John MacFarlane | 4 | -8/+8 |
2018-11-15 | Asciidoc writer: Render Spans using `[#id .class]#contents#`. | John MacFarlane | 1 | -3/+7 |
2018-11-15 | Muse writer: output tables as grid tables if they have multi-line cells | Alexander Krotov | 1 | -1/+13 |
2018-11-14 | Muse writer: indent simple tables only on the top level | Alexander Krotov | 1 | -4/+5 |
2018-11-14 | Muse writer: simplify "simpleTable" | Alexander Krotov | 1 | -7/+4 |
2018-11-14 | Muse writer: remove outdated comments | Alexander Krotov | 1 | -3/+0 |
2018-11-13 | Muse writer: output tables with one column as grid tables | Alexander Krotov | 1 | -1/+1 |
2018-11-12 | LaTeX writer: don't emit `[<+->]` unless beamer output, | John MacFarlane | 1 | -2/+3 |
2018-11-11 | Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier. | John MacFarlane | 7 | -10/+13 |
2018-11-07 | Merge pull request #5054 from lierdakil/docx-image-bookmarks | John MacFarlane | 1 | -26/+17 |
2018-11-07 | Texinfo writer: add blank line before `@menu` section. | John MacFarlane | 1 | -1/+2 |
2018-11-07 | [Docx Writer] Add bookmarks to code blocks | Nikolay Yakimov | 1 | -2/+2 |
2018-11-07 | [Docx Writer] Add bookmarks to images | Nikolay Yakimov | 1 | -2/+2 |
2018-11-07 | [Docx Writer] Refactor common bookmark creation code into a function | Nikolay Yakimov | 1 | -22/+13 |
2018-11-07 | ICML writer: fix missing type signature warning | Albert Krewinkel | 1 | -3/+4 |
2018-11-06 | ICML writer: consolidate adjacent strings, inc. spaces. | John MacFarlane | 1 | -15/+15 |
2018-11-06 | hlint Muse writer | Alexander Krotov | 1 | -1/+1 |
2018-11-05 | CommonMark writer: make sure --ascii affects quotes, super/subscript. | John MacFarlane | 1 | -6/+12 |
2018-11-05 | CommonMark writer: respect --ascii (#5043) | quasicomputational | 1 | -1/+18 |
2018-11-05 | Muse writer: add support for --reference-location= | Alexander Krotov | 1 | -6/+44 |
2018-11-03 | AsciiDoc writer: prevent illegal nestings. | John MacFarlane | 1 | -1/+9 |
2018-11-03 | AsciiDoc writer: use single-line section headers. | John MacFarlane | 1 | -29/+9 |
2018-11-01 | Change 'groff' -> 'roff'. | John MacFarlane | 3 | -9/+9 |
2018-11-01 | Implement --ascii for Markdown writer. | John MacFarlane | 1 | -23/+35 |
2018-11-01 | HTML writer: use character entities references when possible for HTML5. | John MacFarlane | 1 | -2/+8 |
2018-11-01 | LaTeX writer: remove unused local bind | Alexander Krotov | 1 | -1/+1 |