aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Rename test for 5685 -> 5684 (typo in last commit).John MacFarlane1-0/+0
2019-08-14Add thin space when needed in LaTeX quote ligatures.John MacFarlane2-4/+15
2019-08-14MANUAL: link to YAML spec (#5687)Mauro Bieg1-4/+6
2019-08-13Fix multiline table for XWiki writer (#5683)Zihang Chen1-2/+4
2019-08-11JIRA writer: Remove escapeStringForJira for code blocksJan-Otto Kröpke2-18/+18
2019-08-08Remove blank line (#5679)Leif Metcalf1-1/+0
2019-08-08Revert "Avoid a pointless Text -> String conversion on output."John MacFarlane1-14/+8
2019-08-08lua-filters - avoid duplicate id element-components.John MacFarlane1-1/+1
2019-08-08Update lua-filters doc from lua sources.John MacFarlane1-678/+710
2019-08-08Fix links to Attr in lua-filters.doc.John MacFarlane1-7/+7
2019-08-08lua-filters.doc: make table narrower so it doesn't crowd out TOC.John MacFarlane1-11/+11
2019-08-07Avoid a pointless Text -> String conversion on output.John MacFarlane1-8/+14
2019-08-07Fix stack.yaml.John MacFarlane1-4/+2
2019-08-05Use dev version of pandoc-citeproc.John MacFarlane2-2/+6
2019-08-05Treat `ly` as verbatim too (#5671)Urs Liska1-0/+1
2019-08-05Version bump to 2.8 because of type changes for templates.John MacFarlane1-1/+1
2019-07-30Markdown writer: Don't assume Doc has Eq instance.John MacFarlane1-11/+13
2019-07-30ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.John MacFarlane1-5/+5
2019-07-29Update emoji list in Text.Pandoc.Emoji.John MacFarlane2-8/+965
2019-07-29Use latest doctemplates.John MacFarlane1-1/+1
2019-07-28Use latest pandoc-citeproc.John MacFarlane1-1/+1
2019-07-28Update muse template to handle multiple authors better.John MacFarlane2-2/+2
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane41-214/+221
2019-07-24LaTeX reader: handle `\passthrough` macro used by latex writer.John MacFarlane1-0/+2
2019-07-24HTML writer: ensure TeX formulas are rendered correctly (#5658)Philip Pesca2-2/+2
2019-07-23Templates: don't import/export varListToJSON.John MacFarlane1-1/+1
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane5-15/+14
2019-07-23revealjs template: add navigationMode (#5657)Mauro Bieg1-0/+4
2019-07-23HTML writer: render inline formulas correctly with --webtex (#5656)Philip Pesca2-1/+18
2019-07-22Fix error introduced in change to test for 4669.John MacFarlane1-1/+1
2019-07-22LaTeX reader: support tex `\tt` command.John MacFarlane3-1/+8
2019-07-22Org reader: accept ATTR_LATEX in block attributesAlbert Krewinkel2-3/+18
2019-07-20LaTeX writer: fix line breaks at start of paragraph.John MacFarlane2-9/+27
2019-07-20PDF: Better detection of a Cygwin environment.John MacFarlane1-1/+8
2019-07-20Revert "PDF: create temp dir in . on Cygwin."John MacFarlane1-4/+1
2019-07-20Removed an unnecessary liftIO.John MacFarlane1-2/+1
2019-07-20Moved istty check.John MacFarlane1-5/+5
2019-07-20Minor code clarity change.John MacFarlane1-8/+8
2019-07-20LaTeX reader: search for image with list of extensions...John MacFarlane2-6/+22
2019-07-19MANUAL: reveal.js flags (#5653)Mauro Bieg1-0/+2
2019-07-19Markdown: Ensure that expanded latex macros end with space if original did.John MacFarlane2-1/+19
2019-07-19PDF: create temp dir in . on Cygwin.John MacFarlane1-1/+4
2019-07-19Change order of ilvl and numId in document.xml (#5647)Agustín Martín Barbero5-3/+3
2019-07-19CONTRIBUTING: make clear that `--accept` works for all golden tests...John MacFarlane1-6/+8
2019-07-19CONTRIBUTING.md: mention command tests.John MacFarlane1-1/+2
2019-07-19Improve CONTRIBUTING.md with information on tests (#5652)Agustín Martín Barbero1-0/+29
2019-07-18Markdown writer: prefer using raw_attribute when enabled.John MacFarlane6-16/+58
2019-07-18HTML writer: ensure that line numbers in code blocks get id-prefix.John MacFarlane2-3/+27
2019-07-17Fix diff-zip.sh so it works on Darwin.John MacFarlane1-1/+8
2019-07-16LaTeX reader: handle \looseness command values better.John MacFarlane1-5/+4