Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-10-31 | ZimWiki writer: number ordered list items sequentially... | John MacFarlane | 1 | -28/+24 |
2018-10-31 | LaTeX writer: add newline if math ends in a comment. | John MacFarlane | 1 | -2/+12 |
2018-10-29 | ZimWiki writer: remove extra indentation on lists. | John MacFarlane | 1 | -8/+8 |
2018-10-28 | EPUB writer: use metadata field `css` instead of `stylesheet` | mb21 | 1 | -3/+4 |
2018-10-28 | T.P.Lua: expose more useful internals (API change) | Albert Krewinkel | 1 | -3/+2 |
2018-10-28 | T.P.Lua: rename `runPandocLua` to `runLua` (API change) | Albert Krewinkel | 1 | -2/+2 |
2018-10-26 | Rename Groff -> Roff. | John MacFarlane | 3 | -5/+5 |
2018-10-26 | Text.Pandoc.Lua: move globals handling to separate module | Albert Krewinkel | 1 | -30/+8 |
2018-10-26 | Man writer: don't wrap .SH and .SS lines. | John MacFarlane | 1 | -1/+1 |
2018-10-25 | Muse writer: add support for grid tables | Alexander Krotov | 1 | -23/+35 |
2018-10-24 | Ms writer - removed old escapeBar. | John MacFarlane | 1 | -8/+2 |
2018-10-24 | Rename manEscapes -> standardEscapes | John MacFarlane | 1 | -2/+2 |
2018-10-23 | Groff writer character escaping changes. | John MacFarlane | 3 | -46/+56 |
2018-10-23 | Fix Muse writer style | Alexander Krotov | 1 | -42/+42 |
2018-10-23 | Muse writer: use length instead of realLength to calculate definition indenta... | Alexander Krotov | 1 | -1/+2 |
2018-10-22 | Groff writers escaping changes. | John MacFarlane | 1 | -22/+24 |
2018-10-22 | T.P.Writers.Groff - don't export escapeChar. | John MacFarlane | 2 | -2/+1 |
2018-10-23 | Muse writer: do not insert newline before lists | Alexander Krotov | 1 | -3/+3 |
2018-10-23 | Muse writer: code cleanup | Alexander Krotov | 1 | -4/+2 |
2018-10-22 | Reduce code duplication in Muse writer | Alexander Krotov | 1 | -34/+18 |
2018-10-22 | hlint Muse writer | Alexander Krotov | 1 | -5/+3 |
2018-10-21 | Muse writer: use lightweight markup after </em> tag | Alexander Krotov | 1 | -0/+1 |
2018-10-20 | Powerpoint: Support raw openxml in pptx writer. | Jesse Rosenthal | 2 | -12/+25 |
2018-10-19 | Man writer: avoid unnecessary `.RS`/`.RE` pair in defn lists. | John MacFarlane | 1 | -1/+3 |