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