aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Fix citeproc regression with duplicate references.John MacFarlane1-1/+2
2020-12-16Support Lua marshalling of doctemplates BoolVal.John MacFarlane1-0/+1
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane2-2/+3
2020-12-15Use fetchItem to get external bibliography.John MacFarlane1-8/+7
2020-12-15Allow both inline and external references to be usedJohn MacFarlane1-14/+15
2020-12-14ImageSize: use exif width and height when available.John MacFarlane1-0/+13
2020-12-13RST writer: better image handling.John MacFarlane1-9/+21
2020-12-13Merge pull request #6941 from tarleb/docx-rawJohn MacFarlane1-59/+78
2020-12-13ImageSize: use JuicyPixels to extract size...John MacFarlane1-305/+8
2020-12-13ImageSize: use JuicyPixels to determine png size.John MacFarlane1-31/+19
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel1-2/+5
2020-12-13Docx writer: use Content instead of Element.Albert Krewinkel1-59/+75
2020-12-12Merge pull request #6946 from mb21/icml-image-fitJohn MacFarlane1-1/+6
2020-12-12LaTeX writer: extract table handling into separate module.Albert Krewinkel5-237/+355
2020-12-12ICML writer: fix image bounding box for custom widths/heightsmb211-1/+6
2020-12-10HTML reader: pay attention to lang attributes on body.John MacFarlane1-3/+6
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane2-24/+24
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