summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-07Remove `raw_tex` extension from list of commonmark...John MacFarlane
2022-03-04Org reader: handle `#+bibliography:` as metadata...John MacFarlane
2022-02-28DocBook reader: handle address and coyright in metadata.John MacFarlane
2022-02-28DocBook reader: improve info parsing.John MacFarlane
2022-02-28DocBook reader: handle abstract in info section.John MacFarlane
2022-02-27LaTeX reader: rudimentary support for vbox.John MacFarlane
2022-02-26Markdown writer: don't produce redundant header identifier...John MacFarlane
2022-02-24DocBook reader: handle complete set of entities...John MacFarlane
2022-02-24Text.Pandoc.XML.Light: add versions of the parsers...John MacFarlane
2022-02-23Ensure that valid XML identifiers are used in...John MacFarlane
2022-02-23T.P.Writers.Shared: export ensureValidXmlIdentifiers.John MacFarlane
2022-02-23Markdown reader: remove restriction on identifiers...John MacFarlane
2022-02-23Remove trailing whitespace in Writers.Markdown.Albert Krewinkel
2022-02-22`--version`: print hslua version.John MacFarlane
2022-02-22Add scrreport to the latex writer chaptersClasses. Fixed #6168 (#7935)ivardb
2022-02-22LaTeX writer: avoid extra space before `\CSLRightInline`.John MacFarlane
2022-02-22Fix typos (#7934)Dimitris Apostolou
2022-02-21Org reader: More flexible LaTeX environmentsLucas V. R
2022-02-19LaTeX reader: Handle `\label` and `\ref` for footnotes.John MacFarlane
2022-02-19Relax upper bound for hslua, allow hslua-2.2. (#7929)Albert Krewinkel
2022-02-18Ipynb writer: handle metadata better.John MacFarlane
2022-02-18Change `--metadata-file` parsing...John MacFarlane
2022-02-13Markdown reader: allow one-column pipe tables with pipe on right.John MacFarlane
2022-02-13Ensure that you don't get PDF output to terminal.John MacFarlane
2022-02-12JATS reader: improve handling of fn-group elements (#7914)Albert Krewinkel
2022-02-11Put id attributes on TOC entries #7907 (#7913)damon-sava-stanley
2022-02-11RST reader: fix treatment of headerless simple tables.John MacFarlane
2022-02-11Clean up import list.John MacFarlane
2022-02-11Add DokuWiki table alignment for #5202 (#7908)damon-sava-stanley
2022-02-10--self-contained: issue warning rather than failing...John MacFarlane
2022-02-10LaTeX reader: support `\today`.John MacFarlane
2022-02-09Fix parsing of epub footnotes.John MacFarlane
2022-02-09PDF: allow custom writer as format if engine is explicitly specified (#7901)Albert Krewinkel
2022-02-09Docx: single numbering ID for examples - fixes #7895 (#7900)mjfs
2022-02-07HTML reader: give warnings and emit empty note...John MacFarlane
2022-02-07Custom writer: produce stacktrace if Writer function failsAlbert Krewinkel
2022-02-06Custom writer: support new-style Writer function.Albert Krewinkel
2022-02-06Lua: move custom writer code into Lua hierarchy.Albert Krewinkel
2022-02-06Lua: add module `pandoc.layout` to format and layout textAlbert Krewinkel
2022-02-06Org reader: allow comments above property drawerLucas V. R
2022-02-06Org reader: allow ":" in property drawer keysLucas V. R
2022-02-06Docbook writer: Interpret links without contents as cross-references (#7360)Jan Tojnar
2022-02-05Allow use of a RIS bibliography with citeproc.John MacFarlane
2022-02-05RIS reader: support ID and DO fields.John MacFarlane
2022-02-05Add RIS bibliography format reader.John MacFarlane
2022-02-05Lua: set module name before pushingAlbert Krewinkel
2022-02-04EndNote reader: add nocite as the other bib format readers do.John MacFarlane
2022-02-04Docx zotero/mendeley/endnote: add comma before locator in suffix.John MacFarlane
2022-02-04Support Prefix, Suffix, Pages in endnote ADDINs.John MacFarlane
2022-02-04Got endnote citations working in docx...John MacFarlane