Age | Commit message (Expand) | Author | Files | Lines |
2016-02-09 | Removed `tex_math_single_backslash` from `markdown_github` options. | John MacFarlane | 1 | -1/+0 |
2016-02-05 | Custom writer: Pass attributes parameter to CaptionedImage. | John MacFarlane | 1 | -2/+2 |
2016-02-04 | Markdown reader: Fixed bug with smart quotes around tex math. | John MacFarlane | 1 | -2/+2 |
2016-02-03 | HTML writer: don't include alignment attribute for default table columns. | John MacFarlane | 1 | -2/+5 |
2016-02-02 | Docx reader: Add a "Link" modifier to Reducible | Jesse Rosenthal | 1 | -0/+2 |
2016-01-31 | Org reader: Refactor link-target processing | Albert Krewinkel | 1 | -29/+29 |
2016-01-31 | LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command. | John MacFarlane | 1 | -1/+2 |
2016-01-29 | HTML reader: handle multiple meta tags with same name. | John MacFarlane | 1 | -2/+6 |
2016-01-29 | Properly handle LaTeX "math" environment as inline math. | John MacFarlane | 1 | -0/+1 |
2016-01-25 | Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes. | John MacFarlane | 1 | -2/+19 |
2016-01-24 | Make language extensions trigger highlighting. | John MacFarlane | 1 | -1/+2 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 11 | -31/+39 |
2016-01-21 | Merge pull request #2638 from c-forster/teiwriter | John MacFarlane | 1 | -0/+320 |
2016-01-21 | Markdown writer: Use hyphens for yaml metadata block bottom line | Henrik Tramberend | 1 | -1/+1 |
2016-01-20 | LaTeX writer: Allow more flexible table alignment | Henrik Tramberend | 1 | -1/+1 |
2016-01-19 | Added some entity tests in Markdown reader tests. | John MacFarlane | 1 | -6/+6 |
2016-01-19 | Add TEI Writer. | csforste | 1 | -0/+320 |
2016-01-14 | HTML writer: harmless code simplification. | John MacFarlane | 1 | -34/+32 |
2016-01-13 | Org writer - pass through RawInline with format "org". | John MacFarlane | 1 | -2/+7 |
2016-01-11 | Prefix even empty figure names with "fig:" | Albert Krewinkel | 1 | -3/+3 |
2016-01-11 | Depend on deepseq rather than deepseq-generics. | John MacFarlane | 1 | -1/+1 |
2016-01-11 | Fixed regression in latex smart quote parsing. | John MacFarlane | 1 | -4/+5 |
2016-01-10 | LaTeX writer: figure label | mb21 | 1 | -19/+24 |
2016-01-09 | LaTeX writer: restore old treatment of Span. | John MacFarlane | 1 | -17/+15 |
2016-01-08 | Fixed shadowing warning. | John MacFarlane | 1 | -1/+1 |
2016-01-08 | Work around tagsoup bug - not allowing uppercase x in hex entities. | John MacFarlane | 2 | -0/+2 |
2016-01-08 | Entity handling fixes: | John MacFarlane | 2 | -3/+10 |
2016-01-07 | Merge pull request #2629 from tarleb/org-noexport-fix | John MacFarlane | 1 | -2/+4 |
2016-01-07 | Fix function dropping subtrees tagged :noexport: | Albert Krewinkel | 1 | -2/+4 |
2016-01-07 | Markdown reader: renormalize table column widths if they exceed 100%. | John MacFarlane | 1 | -1/+6 |
2016-01-05 | RST, Markdown writers: Fixed rendering of grid tables with blank rows. | John MacFarlane | 2 | -2/+2 |
2016-01-04 | Fixed v1.16 reversion with --latex-engine. | John MacFarlane | 1 | -2/+2 |
2016-01-02 | Textile reader: don't allow block HTML tags in inline contexts. | John MacFarlane | 1 | -2/+2 |
2016-01-02 | MediaWiki reader: interpret markup inside `<tt>`, `<code>`. | John MacFarlane | 1 | -4/+6 |
2016-01-02 | MediaWiki writer: fix spacing issues. | John MacFarlane | 1 | -1/+5 |
2015-12-29 | Use cmark 0.5. | John MacFarlane | 3 | -26/+37 |
2015-12-22 | ConTeXt writer: set default layout based on margin-left, etc. | John MacFarlane | 1 | -0/+10 |
2015-12-22 | LaTeX writer: create defaults for geometry using margin-left etc. | John MacFarlane | 1 | -1/+10 |
2015-12-22 | LaTeX reader: allow blank space between braced arguments of commands. | John MacFarlane | 1 | -1/+3 |
2015-12-21 | Improved treatment of margins in wkhtmltopdf. | John MacFarlane | 1 | -9/+13 |
2015-12-21 | Allow setting margins from metadata variables for wkhtmltopdf. | John MacFarlane | 1 | -2/+6 |
2015-12-21 | pdf via wkhtmltopdf: take `title` and `page-size` from metadata. | John MacFarlane | 1 | -13/+22 |
2015-12-21 | Added preliminary support for PDF creation via wkhtmltopdf. | John MacFarlane | 1 | -3/+58 |
2015-12-19 | LaTeX/Beamer template changes (Thomas Hodgson): | John MacFarlane | 1 | -0/+1 |
2015-12-19 | Added needed import of FromJSON. | John MacFarlane | 1 | -1/+1 |
2015-12-19 | Fix language code for Czech (cs not cz) | John MacFarlane | 2 | -2/+1 |
2015-12-19 | Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo... | John MacFarlane | 1 | -1/+6 |
2015-12-19 | Markdown reader: fixed parsing bug with macros. | John MacFarlane | 1 | -1/+1 |
2015-12-17 | ICML writer: intersperse line breaks | mb21 | 1 | -12/+17 |
2015-12-16 | ICML writer: added figure handling, closes #2590 | mb21 | 1 | -3/+12 |