summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-19--self-contained: increase coverage.John MacFarlane
2020-11-19DocBook reader: drop period in formalpara title...John MacFarlane
2020-11-18Man reader: improve handling of .IP.John MacFarlane
2020-11-18JATS writer: wrap all tablesAlbert Krewinkel
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC
2020-11-18Update org supported languages and identifiersTEC
2020-11-17Bibtex reader: fall back on en-US if locale for LANG not found.John MacFarlane
2020-11-17Markdown reader: fix regression with example list references.John MacFarlane
2020-11-17JATS writer: move Table handling to separate moduleAlbert Krewinkel
2020-11-16Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing.John MacFarlane
2020-11-16Only use filterIpynbOutput if input format is ipynb.John MacFarlane
2020-11-16When checking reader/writer name, check base name...John MacFarlane
2020-11-16Improve fix to siunitx numbers with minus.John MacFarlane
2020-11-16LaTeX reader: Fix negative numbers in siunitx commands.John MacFarlane
2020-11-15Markdown reader: fix detection of locators following in-text citations.John MacFarlane
2020-11-15Text.Pandoc.PDF: Fix `changePathSeparators` for Windows.John MacFarlane
2020-11-15Remove redundant bracket in App.OptAlbert Krewinkel
2020-11-14Revise deprecation warning for --atx-headers.John MacFarlane
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero
2020-11-14Markdown reader: don't increment stateNoteNumber for example refs.John MacFarlane
2020-11-13Improve period suppression algorithm for citations in notes...John MacFarlane
2020-11-13Fix error when extension output is doc (#6834)gison93
2020-11-10Remove redundant bracket.John MacFarlane
2020-11-10Fix corner case in YAML metadata parsing.John MacFarlane
2020-11-07Hlint suggestions.John MacFarlane
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-11-06doc/filters.md: describe technical details of filter invocations (#6815)Albert Krewinkel
2020-11-06Support nocase spansn for csljson outputJohn MacFarlane
2020-11-05LaTeX reader: better handling of `\\` inside math in table cells.John MacFarlane
2020-11-05Citeproc: improve punctuation in in-text note citations.John MacFarlane
2020-11-04DokuWiki writer: translate language names for code elements...John MacFarlane
2020-11-04MediaWiki writer: use syntaxhighlight tag...John MacFarlane
2020-11-04Simplified idpred in citeproc.John MacFarlane
2020-11-03Properly support optional cite argument for `\blockquote`.John MacFarlane
2020-11-02LaTeX reader: fix bug parsing macro arguments.John MacFarlane
2020-11-02T.P.Filter: allow shorter YAML representation of CiteprocAlbert Krewinkel
2020-11-01Citeproc: use comma for in-text citations inside footnotes.John MacFarlane
2020-11-01Improve deNote.John MacFarlane
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris
2020-10-29Use new citeproc; do note capitalization here, not in citeproc.John MacFarlane
2020-10-29Allow citation-abbreviations in defaults file.John MacFarlane
2020-10-29LaTeX writer: Improved calculation of table column widths.John MacFarlane
2020-10-27Remove obsolete commentJohn MacFarlane
2020-10-27Citeproc: properly handle `csl` field with `data:` URI.John MacFarlane
2020-10-26Add PandocBibliographyError and use it in parsing bibliographies.John MacFarlane
2020-10-26DocBook Reader: fix duplicate bibliography bug (#6773)Nils Carlson
2020-10-23HTML reader: Parse contents of iframes.John MacFarlane
2020-10-23HTML reader: parse inline svg as image...John MacFarlane
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane
2020-10-21citeproc - improved removal of final period...John MacFarlane