summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-24Add tsv (tab separated values) as an input format.John MacFarlane
2022-04-22Markdown writer: disable soft wrapping when `hard_line_breaks` enabled.John MacFarlane
2022-04-22RIS reader: make parser more forgiving.John MacFarlane
2022-04-21HTML writer: do not include the deprecated doc-endnote role.John MacFarlane
2022-04-20Don't parse inline notes with blank lines inside.John MacFarlane
2022-04-19LaTeX reader: support `\includesvg`.John MacFarlane
2022-04-18Fix compiler warnings from last commit.John MacFarlane
2022-04-18Don't replace links with empty spans in TOC.John MacFarlane
2022-04-12Add 'nightly' flag.John MacFarlane
2022-04-12Revert "Add 'nightly' flag and build with this for nightlies."John MacFarlane
2022-04-12Revert "Add CPP to avoid warning with nightly flag disabled."John MacFarlane
2022-04-11Add CPP to avoid warning with nightly flag disabled.John MacFarlane
2022-04-11Add 'nightly' flag and build with this for nightlies.John MacFarlane
2022-04-11Revert "Add info about git commit and date to `--version` info."John MacFarlane
2022-04-11Add info about git commit and date to `--version` info.John MacFarlane
2022-04-08Commonmark/markua/gfm writers: avoid excessive indentation...John MacFarlane
2022-04-08Shared.taskListItemToAscii: handle asciidoctor's characters.John MacFarlane
2022-04-06JATS reader: strip `ref-` prefix from ref id in xref.John MacFarlane
2022-04-02LaTeX reader: avoid a thunk in sRawTokens.John MacFarlane
2022-04-01Fix regression with `ascii_identifiers` and Turkish undotted i.John MacFarlane
2022-03-31Revert "Parsing.General: make manyChar1, etc. more strict."John MacFarlane
2022-03-31Parsing.General: make manyChar1, etc. more strict.John MacFarlane
2022-03-31RTF reader: increased stricness.John MacFarlane
2022-03-31Markdown reader: add some strictness.John MacFarlane
2022-03-30Lua: allow to pass Sources to pandoc.read (#8002)Albert Krewinkel
2022-03-30STrictness improvement in RTF reader.John MacFarlane
2022-03-30LaTeX writer: add () after booktabs rules.John MacFarlane
2022-03-30HTML writer: Further performance improvements.John MacFarlane
2022-03-30Add mime type for mkv extension (#7181).John MacFarlane
2022-03-30HTML writer: add a performance shortcut to strToHtml.John MacFarlane
2022-03-29Fixed two thunk leaks in RTF reader.John MacFarlane
2022-03-29JATS reader: handle pub-date.John MacFarlane
2022-03-29LaTeX writer: support `page`,`trim`,`clip` attributes on images.John MacFarlane
2022-03-29RST reader: wrap math in Span to preserve attributes (#7998)Albert Krewinkel
2022-03-29Refactor Text.Pandoc.Writers.EPUB (#7991)Jonathan Dönszelmann
2022-03-29Include Lua version in `--version` output. (#7997)Albert Krewinkel
2022-03-29Remove redundant dependency on hslua-marshalling.Albert Krewinkel
2022-03-28JATS reader: strip 'ref-' from ref id in constructing CSL id.John MacFarlane
2022-03-28JATS reader: improve refs parsing.John MacFarlane
2022-03-28JATS writer: Fix handling of CSL variable 'page'.John MacFarlane
2022-03-28JATS reader: support PMID, DOI, issue in citations.John MacFarlane
2022-03-28JATS writer: keep edition info in element citations.Albert Krewinkel
2022-03-27JATS writer: avoid doubled ref-list element.John MacFarlane
2022-03-26Docx writer: add bookmark with table id to table (#7989)Nikolai Korobeinikov
2022-03-25Rename T.P.Parsing.Combinators -> T.P.Parsing.General.John MacFarlane
2022-03-25T.P.Parsing: use explicit imports.John MacFarlane
2022-03-25More optimization of RTF reader.John MacFarlane
2022-03-25RTF reader: optimize parsing of unformatted text.John MacFarlane
2022-03-25Sources: small strictness optimizationJohn MacFarlane
2022-03-24RTF reader: more memory usage optimizations.John MacFarlane