aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane3-5/+12
2020-12-10Commonmark reader: refactor specFor, set input name to "".John MacFarlane1-2/+8
2020-12-07Parsing: Small code improvements.John MacFarlane1-3/+4
2020-12-07Parsing: More minor performance improvements.John MacFarlane1-10/+13
2020-12-07Small efficiency improvement in uri parserJohn MacFarlane1-1/+14
2020-12-07Bibtex parser: avoid noneOf.John MacFarlane1-2/+2
2020-12-07Parsing: in nonspaceChar use satisfy instead of oneOf.John MacFarlane1-1/+7
2020-12-07Dokuwiki reader: handle unknown interwiki links better.John MacFarlane1-1/+1
2020-12-07Merge pull request #6922 from jtojnar/db-writer-admonitionsJohn MacFarlane1-19/+45
2020-12-07Docbook writer: Handle admonition titles from Markdown readerJan Tojnar1-0/+2
2020-12-07Docbook writer: Use correct id attribute consistentlyJan Tojnar1-10/+16
2020-12-07Docbook writer: handle admonitionsJan Tojnar1-12/+30
2020-12-05Org reader: preserve targets of spurious linksAlbert Krewinkel1-5/+4
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson2-18/+77
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane1-0/+1
2020-12-04Docbook writer: add XML namespaces to top-level elements (#6923)Jan Tojnar1-8/+20
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane1-1/+6
2020-12-04LaTeX writer: Fix bug with nested csl- display Spans.John MacFarlane1-36/+32
2020-12-04HTML writer: Fix handling of nested csl- display spans.John MacFarlane1-20/+12
2020-12-03EPUB writer: include title page in landmarks.John MacFarlane1-2/+7
2020-12-03EPUB writer: add frontmatter type on body element for nav.xhtml.John MacFarlane1-1/+3
2020-12-03Docx writer: Support bold and italic in "complex script."John MacFarlane1-2/+6
2020-12-02Citeproc: ensure that BCP47 lang codes can be used.John MacFarlane1-2/+17
2020-11-29LaTeX reader: don't parse `\rule` with width 0 as horizontal rule.John MacFarlane1-1/+11
2020-11-28Fix a tiny Typo in the CSV reader moduleTassos Manganaris1-1/+1
2020-11-27HTML reader tests: improve test coverage of new featuresAlbert Krewinkel1-1/+2
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