aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Move executable to app directory.John MacFarlane2-1/+1
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane5-6/+20
2020-12-10Commonmark reader: refactor specFor, set input name to "".John MacFarlane1-2/+8
2020-12-10cabal.project: disable installation of citeproc from sourceAlbert Krewinkel1-4/+4
2020-12-09Use latest citeproc release.John MacFarlane2-5/+5
2020-12-08Document that --number-sections works in ms.John MacFarlane1-2/+2
2020-12-07Parsing: Small code improvements.John MacFarlane1-3/+4
2020-12-07LaTeX template: include csquotes package if csquotes variable set.John MacFarlane1-0/+3
2020-12-07Parsing: More minor performance improvements.John MacFarlane1-10/+13
2020-12-07Small efficiency improvement in uri parserJohn MacFarlane1-1/+14
2020-12-07Bibtex parser: avoid noneOf.John MacFarlane1-2/+2
2020-12-07Parsing: in nonspaceChar use satisfy instead of oneOf.John MacFarlane1-1/+7
2020-12-07Dokuwiki reader: handle unknown interwiki links better.John MacFarlane1-1/+1
2020-12-07Merge pull request #6922 from jtojnar/db-writer-admonitionsJohn MacFarlane2-19/+111
2020-12-07Docbook writer: Handle admonition titles from Markdown readerJan Tojnar2-0/+16
2020-12-07Docbook writer: Use correct id attribute consistentlyJan Tojnar1-10/+16
2020-12-07Docbook writer: handle admonitionsJan Tojnar2-12/+82
2020-12-05Org reader: preserve targets of spurious linksAlbert Krewinkel2-7/+8
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson4-18/+177
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane2-0/+35
2020-12-04Docbook writer: add XML namespaces to top-level elements (#6923)Jan Tojnar1-8/+20
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane2-3/+10
2020-12-04LaTeX writer: Fix bug with nested csl- display Spans.John MacFarlane1-36/+32
2020-12-04HTML writer: Fix handling of nested csl- display spans.John MacFarlane1-20/+12
2020-12-03EPUB writer: include title page in landmarks.John MacFarlane2-3/+9
2020-12-03EPUB writer: add frontmatter type on body element for nav.xhtml.John MacFarlane1-1/+3
2020-12-03Docx writer: Support bold and italic in "complex script."John MacFarlane4-2/+6
2020-12-02Add translations zh-Hans.yaml and zh-Hant.yaml Kolen Cheung2-0/+44
2020-12-02filters.md: document a new Pandoc filtering framework (#6908)Randolf J1-6/+9
2020-12-02Citeproc: ensure that BCP47 lang codes can be used.John MacFarlane1-2/+17
2020-11-30Use a more recent stack resolver.John MacFarlane1-5/+1
2020-11-30Use doctemplates 0.8.3.John MacFarlane1-1/+1
2020-11-29LaTeX reader: don't parse `\rule` with width 0 as horizontal rule.John MacFarlane1-1/+11
2020-11-28Fix a tiny Typo in the CSV reader moduleTassos Manganaris1-1/+1
2020-11-27HTML reader tests: improve test coverage of new featuresAlbert Krewinkel3-1/+187
2020-11-27CONTRIBUTING: add section "How can I help?" (#6892)Albert Krewinkel1-5/+68
2020-11-27EPUB: use preserveAspectRatio="xMidYMid" for cover image (#6895)Shin Sang-jae2-2/+2
2020-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel3-65/+84
2020-11-26Added some explicit imports.John MacFarlane1-3/+3
2020-11-26Add hie.yaml generated by implicit-cradle.John MacFarlane1-0/+37
2020-11-26Docx writer: Fix bullets/lists indentationcholonam32-3/+3
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev3-14/+40
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel5-140/+268
2020-11-26HTML reader: allow finer grained options for tag omissionAlbert Krewinkel3-13/+26
2020-11-25Fix pre-commit hook so it doesn't catch .latex+lhs extensions.John MacFarlane1-1/+1
2020-11-25latex template: put back amssymbJohn MacFarlane5-11/+5
2020-11-25Update tests for LaTeX table changes.John MacFarlane2-121/+38
2020-11-25LaTeX writer: improve longtable output.John MacFarlane2-41/+61
2020-11-25LaTeX tables: Fix calculation of column spacing.John MacFarlane2-37/+37
2020-11-25Fix truncation of `[Citation]` list in `Cite` inside footnotes...John MacFarlane2-2/+38