Age | Commit message (Expand) | Author | Files | Lines |
2019-01-22 | LaTeX reader: support `\endinput`. Closes #5233. | John MacFarlane | 1 | -0/+9 |
2019-01-22 | LaTeX template: Respect `numbersections` for books (#5235) | Andrew Dunning | 4 | -4/+4 |
2019-01-21 | HTML and markdown: treat textarea as a verbatim environment. | John MacFarlane | 1 | -0/+12 |
2019-01-16 | Fix tests for sample custom writer tables | Albert Krewinkel | 1 | -7/+7 |
2019-01-13 | data/pandoc.lua: auto-fix nested constructor arguments | Albert Krewinkel | 2 | -4/+25 |
2019-01-12 | LaTeX template: Simplify fontspec usage (#5218) | Andrew Dunning | 4 | -0/+8 |
2019-01-10 | LaTeX template: Prevent scaling of main font (#5212) | Andrew Dunning | 4 | -4/+0 |
2019-01-09 | RST reader: change treatment of `number-lines` directives. (#5207) | Brian Leung | 3 | -2/+13 |
2019-01-08 | Removed superfluous sourceCode class on code blocks. | John MacFarlane | 9 | -18/+18 |
2019-01-07 | Asciidoc writer: shorter delimiters for tables, blockquotes. | John MacFarlane | 3 | -32/+32 |
2019-01-07 | Org reader: handle `minlevel` option differently. (#5190) | Brian Leung | 1 | -1/+6 |
2019-01-06 | Add DokuWiki reader (#5108) | Alexander | 2 | -0/+317 |
2019-01-04 | Cleaned up findPandoc. | John MacFarlane | 1 | -11/+5 |
2019-01-04 | Tests: Fix findPandoc to work with Windows. | John MacFarlane | 1 | -0/+5 |
2019-01-04 | Fix findPandoc so it works with cabalv2. | John MacFarlane | 2 | -9/+28 |
2019-01-03 | LaTeX Template: Improve package selections (#5193) | John MacFarlane | 4 | -64/+69 |
2019-01-02 | LaTeX template: Require xcolor | Andrew Dunning | 4 | -4/+4 |
2019-01-02 | Implement task lists (#5139) | Mauro Bieg | 2 | -0/+142 |
2019-01-02 | Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`. | John MacFarlane | 1 | -0/+7 |
2019-01-01 | Update LaTeX tests | Andrew Dunning | 4 | -64/+69 |
2019-01-01 | Zimwiki writer: remove automatic colon prefix before internal images (#5183) | damien clochard | 1 | -2/+2 |
2019-01-01 | Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183) | damien clochard | 2 | -3/+3 |
2019-01-01 | Org reader: fix self-link parsing regression | Albert Krewinkel | 1 | -0/+4 |
2019-01-01 | Org reader: fix treatment of links to images | Albert Krewinkel | 1 | -13/+17 |
2018-12-31 | Simplify/fix reading of `--metadata` values on command line. | John MacFarlane | 1 | -0/+12 |
2018-12-28 | Org writer: preserve line-numbering for example and code blocks. | leungbk | 1 | -0/+41 |
2018-12-25 | Muse reader tests: test #cover directive | Alexander Krotov | 1 | -0/+5 |
2018-12-14 | Remove unnecessary type="text/css" on style and link for HTML5. | John MacFarlane | 3 | -5/+5 |
2018-12-13 | Man/Ms writers: don't escape `-` as `\-`. | John MacFarlane | 2 | -19/+19 |
2018-12-11 | template:latex: make @ letter before using it (#5145) | Enno | 4 | -16/+28 |
2018-12-11 | Let KOMA document class handle parskip when applicable (#5143) | Enno | 4 | -24/+28 |
2018-12-10 | Docx: add test for lists with level overrides. | Jesse Rosenthal | 3 | -0/+41 |
2018-12-05 | RST writer: don't wrap simple table header lines. | John MacFarlane | 1 | -0/+18 |
2018-12-04 | Strip out illegal XML characters in escapeXMLString. | John MacFarlane | 1 | -0/+9 |
2018-12-03 | Markdown writer: include needed whitespace after HTML figure. | John MacFarlane | 1 | -0/+13 |
2018-11-29 | Fix custom tests. | John MacFarlane | 1 | -8/+8 |
2018-11-27 | MediaWiki writer: fix caption, use 'thumb' instead of 'frame'. | John MacFarlane | 1 | -1/+1 |
2018-11-25 | Added test for #5053. | John MacFarlane | 1 | -0/+14 |
2018-11-25 | Fix parsing of citations and quotes after parentheses. | John MacFarlane | 3 | -13/+15 |
2018-11-22 | OpenDocument writer: small amendment to #5095. | John MacFarlane | 1 | -189/+189 |
2018-11-22 | ODT writer: Fix list indentation | Nils Carlson | 1 | -189/+189 |
2018-11-20 | Fix markdown-citations test for new abbreviations changes. | John MacFarlane | 1 | -2/+2 |
2018-11-20 | Docx writer: Fix bookmarks to headers with long titles. | John MacFarlane | 1 | -0/+0 |
2018-11-19 | AsciiDoc writer: improve ordered lists. | John MacFarlane | 1 | -39/+56 |
2018-11-16 | HTML reader: allow tfoot before body rows. | John MacFarlane | 1 | -0/+16 |
2018-11-15 | HTML reader: parse `<small>` as a Span with class "small". | John MacFarlane | 1 | -0/+7 |
2018-11-15 | Asciidoc writer: Render Spans using `[#id .class]#contents#`. | John MacFarlane | 1 | -0/+6 |
2018-11-14 | Muse reader: trim whitespace before parsing grid table cells | Alexander Krotov | 1 | -0/+11 |
2018-11-14 | Muse reader: add grid tables support | Alexander Krotov | 1 | -0/+43 |
2018-11-14 | Muse writer: indent simple tables only on the top level | Alexander Krotov | 1 | -0/+6 |