aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-02MediaWiki reader: interpret markup inside `<tt>`, `<code>`.John MacFarlane
2016-01-02MediaWiki writer: fix spacing issues.John MacFarlane
2015-12-29Use cmark 0.5.John MacFarlane
2015-12-22ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane
2015-12-22LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane
2015-12-22LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane
2015-12-21Improved treatment of margins in wkhtmltopdf.John MacFarlane
2015-12-21Allow setting margins from metadata variables for wkhtmltopdf.John MacFarlane
2015-12-21pdf via wkhtmltopdf: take `title` and `page-size` from metadata.John MacFarlane
2015-12-21Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane
2015-12-19LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane
2015-12-19Added needed import of FromJSON.John MacFarlane
2015-12-19Fix language code for Czech (cs not cz)John MacFarlane
2015-12-19Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo...John MacFarlane
2015-12-19Markdown reader: fixed parsing bug with macros.John MacFarlane
2015-12-17ICML writer: intersperse line breaksmb21
2015-12-16ICML writer: added figure handling, closes #2590mb21
2015-12-13ICML writer: removed redundant import.John MacFarlane
2015-12-13Merge pull request #2570 from mb21/rst-reader-imgattrsJohn MacFarlane
2015-12-13Fixed ICML image syntax for local files.John MacFarlane
2015-12-13Use posix path separators in ICML link URIs.John MacFarlane
2015-12-13ODT/OpenDocument writer: improved image attributesmb21
2015-12-13Docx reader: image attributesmb21
2015-12-13new function to extract multiple properties at once in CSS.hsmb21
2015-12-13RST reader: image attributesmb21
2015-12-13AsciiDoc writer: support anchors in spans with id elements.John MacFarlane
2015-12-13AsciiDoc writers: Add anchors on Div elements.John MacFarlane
2015-12-12Implemented `east_asian_line_breaks` extension.John MacFarlane
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane
2015-12-12Restore no wrapping of XML in Docx, ODT.John MacFarlane
2015-12-12Fixed cite key parsing regression.John MacFarlane
2015-12-12FB2 writer: support SoftBreak.John MacFarlane
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-12-11Markdown reader: parse soft break as SoftBreak.John MacFarlane
2015-12-04Fixed Emoji character definitions.John MacFarlane
2015-12-03Markdown reader: Improved pipe table relative widths.John MacFarlane
2015-12-03Add support to GAPRaniere Silva
2015-12-03Textile Reader: image attributesmb21
2015-12-02Parse CSS that doesn't contain the optional semicolonmb21
2015-12-01Docx writer: better handling of PDF images.John MacFarlane
2015-11-24Markdown writer: use raw HTML for link/image attributes whenJohn MacFarlane
2015-11-24Allow pipe tables with no body rows.John MacFarlane
2015-11-24LaTeX reader: Improved smart quote parsing.John MacFarlane
2015-11-24Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.John MacFarlane
2015-11-23LaTeX reader: Use curly quotes for unmatched `.John MacFarlane
2015-11-23Beamer writer: mark frame as fragile when it contains verbatim.John MacFarlane
2015-11-23AsciiDoc writer: Fixed code blocks.John MacFarlane
2015-11-23Define a `meta-json` variable for all writers.John MacFarlane
2015-11-23Docx Reader: Remove DummyListItem typeJesse Rosenthal
2015-11-22hlint fixesJohn MacFarlane