aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-21HTML writer: more tweaks to avoid round-trip failures...John MacFarlane1-2/+5
2019-12-21Fix regression with --number-sections.John MacFarlane1-2/+1
2019-12-20Added glsl mime type for WebGL maps (#6000)Jared Lander1-0/+1
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel1-266/+222
2019-12-19Org reader: report errors properlyAlbert Krewinkel1-2/+1
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel2-11/+27
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel1-12/+10
2019-12-17Add jira reader (#5913)Albert Krewinkel2-0/+176
2019-12-17Improved --toc generation.John MacFarlane3-9/+5
2019-12-17PDF: Ensure UTF8 when printing source in --verbose mode.John MacFarlane1-1/+1
2019-12-17Templates: strip directory before trying to find partial in data files.John MacFarlane1-3/+4
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane2-14/+19
2019-12-17HTML reader: Add "nav" to list of block-level tags.John MacFarlane1-1/+2
2019-12-13Org reader: add table labels to caption if both are presentAlbert Krewinkel1-3/+11
2019-12-12Change misleading module comment.John MacFarlane1-1/+1
2019-12-11Improved template API and fixed a bug. Closes #5979.John MacFarlane3-43/+65
2019-12-09More informative JSON parse error.John MacFarlane1-1/+1
2019-12-08Use external emojis package.John MacFarlane2-47/+7
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane1-6/+6
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane1-3/+3
2019-12-05Avoid deprecation warning for minimumDef using CPP.John MacFarlane1-1/+6
2019-12-05Roll back part of of `--shift-heading-level-by` change.John MacFarlane1-6/+0
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane1-1/+10
2019-12-05Fix makeSections so it doesn't turn column divs into sections.John MacFarlane1-1/+3
2019-12-04Fix regression with behavior of --variable.John MacFarlane1-2/+8
2019-12-03Move data/emoji.json to emoji.json, add to extra-source-files.John MacFarlane1-1/+1
2019-11-29Add `ascii_identifiers` as a supported extension for `markdown`.John MacFarlane1-27/+25
2019-11-27Use `[|..|]` syntax to simplify Emoji.TH.John MacFarlane1-6/+6
2019-11-27Remove redundant import.John MacFarlane1-1/+0
2019-11-27Generate Emoji module with TH.John MacFarlane2-1793/+43
2019-11-27LaTeX writer - hlint.John MacFarlane1-29/+24
2019-11-27HTML writer: hlint improvements.John MacFarlane1-25/+22
2019-11-27Removed useless cpp for old versions of blaze.John MacFarlane1-14/+0
2019-11-27Removed unneeded pragma.John MacFarlane1-1/+0
2019-11-26Add pdf to list of output formats (`--list-output-formats`).John MacFarlane1-1/+2
2019-11-25EPUB writer: Fix regression with `--css option.John MacFarlane1-9/+13
2019-11-25RST writers: Use grid tables for 1-column tables.John MacFarlane1-1/+1
2019-11-24Add unexported Text.Pandoc.Readers.Metadata.John MacFarlane3-105/+162
2019-11-22Jira writer: improve escaping of special chars (#5925)Albert Krewinkel1-18/+9
2019-11-21LaTeX reader: parse \micro siunitx unit command (#5921)Jose Luis Duran1-0/+1
2019-11-21TEI writer: don't strip hash from internal links.John MacFarlane1-6/+2
2019-11-20Fix typos (#5919)Brian Wignall1-1/+1
2019-11-19Improve markdown escaping in list items.John MacFarlane1-27/+25
2019-11-18DokuWiki reader: parse markup inside monospace ('') (#5917)Alexander Krotov1-2/+2
2019-11-17Reverted the behavior change with `--title-prefix`.John MacFarlane2-2/+4
2019-11-17Ensure that options imply `--standalone` even in defaults file.John MacFarlane1-14/+15
2019-11-16Ms writer: boldface definition terms in DefinitionLists.John MacFarlane1-1/+2
2019-11-16ConTeXt writer: set csl-hanging-ident variable if needed.John MacFarlane1-2/+6
2019-11-16ConTeXt writer: Use special environment for CSL references.John MacFarlane1-0/+8
2019-11-16ConTeXt writer: use braces, not start/stop, for inline language tags.John MacFarlane1-2/+2