aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane1-6/+6
2016-01-19Add TEI Writer.csforste2-0/+323
2016-01-14HTML writer: harmless code simplification.John MacFarlane1-34/+32
2016-01-13Org writer - pass through RawInline with format "org".John MacFarlane1-2/+7
2016-01-11Depend on deepseq rather than deepseq-generics.John MacFarlane1-1/+1
2016-01-11Fixed regression in latex smart quote parsing.John MacFarlane1-4/+5
2016-01-09LaTeX writer: restore old treatment of Span.John MacFarlane1-17/+15
2016-01-08Fixed shadowing warning.John MacFarlane1-1/+1
2016-01-08Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane2-0/+2
2016-01-08Entity handling fixes:John MacFarlane2-3/+10
2016-01-07Merge pull request #2629 from tarleb/org-noexport-fixJohn MacFarlane1-2/+4
2016-01-07Fix function dropping subtrees tagged :noexport:Albert Krewinkel1-2/+4
2016-01-07Markdown reader: renormalize table column widths if they exceed 100%.John MacFarlane1-1/+6
2016-01-05RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2-2/+2
2016-01-04Fixed v1.16 reversion with --latex-engine.John MacFarlane1-2/+2
2016-01-02Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane1-2/+2
2016-01-02MediaWiki reader: interpret markup inside `<tt>`, `<code>`.John MacFarlane1-4/+6
2016-01-02MediaWiki writer: fix spacing issues.John MacFarlane1-1/+5
2015-12-29Use cmark 0.5.John MacFarlane3-26/+37
2015-12-22ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane1-0/+10
2015-12-22LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane1-1/+10
2015-12-22LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane1-1/+3
2015-12-21Improved treatment of margins in wkhtmltopdf.John MacFarlane1-9/+13
2015-12-21Allow setting margins from metadata variables for wkhtmltopdf.John MacFarlane1-2/+6
2015-12-21pdf via wkhtmltopdf: take `title` and `page-size` from metadata.John MacFarlane1-13/+22
2015-12-21Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane1-3/+58
2015-12-19LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane1-0/+1
2015-12-19Added needed import of FromJSON.John MacFarlane1-1/+1
2015-12-19Fix language code for Czech (cs not cz)John MacFarlane2-2/+1
2015-12-19Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo...John MacFarlane1-1/+6
2015-12-19Markdown reader: fixed parsing bug with macros.John MacFarlane1-1/+1
2015-12-17ICML writer: intersperse line breaksmb211-12/+17
2015-12-16ICML writer: added figure handling, closes #2590mb211-3/+12
2015-12-13ICML writer: removed redundant import.John MacFarlane1-1/+0
2015-12-13Merge pull request #2570 from mb21/rst-reader-imgattrsJohn MacFarlane7-50/+94
2015-12-13Fixed ICML image syntax for local files.John MacFarlane1-1/+1
2015-12-13Use posix path separators in ICML link URIs.John MacFarlane1-1/+1
2015-12-13ODT/OpenDocument writer: improved image attributesmb212-27/+34
2015-12-13Docx reader: image attributesmb212-10/+32
2015-12-13new function to extract multiple properties at once in CSS.hsmb212-6/+14
2015-12-13RST reader: image attributesmb211-7/+14
2015-12-13AsciiDoc writer: support anchors in spans with id elements.John MacFarlane1-1/+5
2015-12-13AsciiDoc writers: Add anchors on Div elements.John MacFarlane1-1/+4
2015-12-12Implemented `east_asian_line_breaks` extension.John MacFarlane2-1/+17
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane7-9/+19
2015-12-12Restore no wrapping of XML in Docx, ODT.John MacFarlane2-2/+2
2015-12-12Fixed cite key parsing regression.John MacFarlane1-1/+1
2015-12-12FB2 writer: support SoftBreak.John MacFarlane1-1/+2
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane28-78/+199
2015-12-11Markdown reader: parse soft break as SoftBreak.John MacFarlane1-1/+1