aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-03-24Small optimizations in RTF reader.John MacFarlane
2022-03-24[API change] Unify grid table parsing (#7971)Albert Krewinkel
2022-03-24RTF reader: more efficient parsing of command parameters.John MacFarlane
2022-03-22JATS writer: encode author "others" as `<etal/>`Albert Krewinkel
2022-03-18Parsing.GridTable: simplify column handling code.Albert Krewinkel
2022-03-18Writers.GridTable: improve module documentation.Albert Krewinkel
2022-03-18Markdown writer: move table-related code into submodule.Albert Krewinkel
2022-03-16Allow formatted bibliography to be placed in metadata fields.John MacFarlane
2022-03-14Remove `native_divs` from allowed gfm extensions.John MacFarlane
2022-03-13Shared: define ordNub as alias for nubOrd from containers package (#7963)Albert Krewinkel
2022-03-12Document more functions in T.P.Parsing and T.P.Shared.Albert Krewinkel
2022-03-12LaTeX reader: better handling of `\usepackage`.John MacFarlane
2022-03-12T.P.Readers.LaTeX.Parsing: Monoid and Semigroup instances for TokStream.John MacFarlane
2022-03-11LaTeX reader: further optimizations for inline parsing.John MacFarlane
2022-03-11LaTeX reader: use custom TokStream...John MacFarlane
2022-03-11Parsing: partition module into (internal) submodules (#7962)Albert Krewinkel
2022-03-11Org writer: stop indenting property drawers, quote blocksAlbert Krewinkel
2022-03-10Org reader: allow multiple `#+bibliography:`.John MacFarlane