aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-10linux/Dockerfile: upgrade to alpine 3.11Albert Krewinkel1-9/+16
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane2-42/+43
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane2-15/+15
2020-03-05Fix man reader test for previous change.John MacFarlane1-1/+1
2020-03-05Fix parsing of `\'` in man/ms readers.John MacFarlane1-1/+1
2020-03-05Fix parsing of `\.` in man/ms readers.John MacFarlane1-1/+1
2020-03-04EPUB writer: fix regression on detection of front/back/bodymatter.John MacFarlane1-1/+2
2020-03-02PDF via wkhtmltopdf: put user-specified options last.John MacFarlane1-2/+2
2020-02-21Fix table alignment when heading begins with t.John MacFarlane1-1/+1
2020-02-19Text.Pandoc.App: set resource path at the beginning...John MacFarlane1-1/+2
2020-02-17Revert "stack.yaml - switch to lts-15."John MacFarlane1-1/+11
2020-02-17stack.yaml - switch to lts-15.John MacFarlane1-11/+1
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane3-23/+5
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane3-5/+23
2020-02-17Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146)Ryan Scott1-1/+0
2020-02-16Fix typo in changelog.John MacFarlane1-1/+1
2020-02-16Small changelog fix.John MacFarlane1-6/+3
2020-02-15Use pandoc-citeproc 0.17.John MacFarlane2-2/+2
2020-02-15Update README.md.John MacFarlane1-43/+47
2020-02-15Update changelog and man page.John MacFarlane4-29/+244
2020-02-15Use latest texmath.John MacFarlane2-2/+2
2020-02-14make pandoc-templates: copy README and styles.*.John MacFarlane1-2/+2
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley2-25/+74
2020-02-13A bit more cleanup (#6141)Joseph C. Sible5-34/+32
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot4-4/+41
2020-02-12Add Text.Pandoc.Image with unexported svgToPng.John MacFarlane2-0/+41
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel17-55/+2474
2020-02-12sample.lua - fix error message.John MacFarlane1-1/+1
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane5-39/+53
2020-02-12HTML reader: don't parse `data-id` as `id` attribute.John MacFarlane1-1/+9
2020-02-12Moved html5Attributes, html4Attributes, rdfaAttributes...John MacFarlane2-348/+354
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane3-25/+74
2020-02-11sample.lua: Fix typo in descriptive comments (#6136)Caleb Maclennan1-2/+1
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane2-1/+13
2020-02-08Org reader: simplify parsing of sub- and superscriptsAlbert Krewinkel1-11/+11
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane2-4/+24
2020-02-08Factor out a findM function (#6125)Joseph C. Sible3-18/+13
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible2-2/+2
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible3-8/+7
2020-02-08More cleanup (#6130)Joseph C. Sible2-8/+7
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane51-279/+247
2020-02-07Resolve HLint warningsAlbert Krewinkel43-186/+178
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible8-44/+40
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible16-66/+59
2020-02-06Use traverse instead of reimplementing it (#6124)Joseph C. Sible2-8/+3
2020-02-05Simplify an overcomplicated filtering function (#6115)Joseph C. Sible1-1/+1
2020-02-05Fix --number-offset with HTML TOC.John MacFarlane1-10/+19
2020-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane2-1/+21
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane3-19/+28
2020-02-04Remove our bool function (#6116)Joseph C. Sible2-9/+1