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