aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel1-41/+61
2020-11-26Added some explicit imports.John MacFarlane1-3/+3
2020-11-26Docx writer: Fix bullets/lists indentationcholonam1-3/+3
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev1-1/+1
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel4-118/+244
2020-11-26HTML reader: allow finer grained options for tag omissionAlbert Krewinkel3-13/+26
2020-11-25LaTeX writer: improve longtable output.John MacFarlane1-40/+60
2020-11-25LaTeX tables: Fix calculation of column spacing.John MacFarlane1-1/+1
2020-11-25Fix truncation of `[Citation]` list in `Cite` inside footnotes...John MacFarlane1-2/+2
2020-11-25HTML reader: simplify list attribute handlingAlbert Krewinkel2-27/+12
2020-11-24HTML reader: support row or column-spanning table cellsAlbert Krewinkel2-28/+26
2020-11-24HTML reader: support blocks in captionAlbert Krewinkel2-6/+6
2020-11-24HTML reader: extract table parsing into separate moduleAlbert Krewinkel3-95/+140
2020-11-23ImageSize: default to DPI 72 if the format specifies DPI of 0.John MacFarlane1-1/+7
2020-11-23HTML reader: extract submodulesAlbert Krewinkel4-239/+342
2020-11-22OpenDocument Writer: Implement Div and Span ident support (#6755)Nils Carlson1-10/+33
2020-11-22LaTeX writer: Improve table spacing.John MacFarlane1-2/+2
2020-11-22Org reader: parse `#+LANGUAGE` into `lang` metadata fieldAlbert Krewinkel1-0/+2
2020-11-21OpenDocument writer: Table text width support (#6792)Nils Carlson1-4/+10
2020-11-21LaTeX reader: more robust parsing of bracketed options.John MacFarlane1-3/+8
2020-11-21Citeproc BibTeX parser: revert change in getRawField...John MacFarlane1-6/+5
2020-11-20DocBook reader: Table text width support (#6791)Nils Carlson1-2/+12
2020-11-20Improve LaTeX option parsing...John MacFarlane1-1/+3
2020-11-20`commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`.John MacFarlane1-3/+4
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