aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-05-20DocBook reader: ensure that first and last names are separated.John MacFarlane1-0/+27
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane2-0/+70
2021-05-20LaTeX reader: More siunitx improvements. Closes #6658.John MacFarlane1-6/+66
2021-05-20LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.John MacFarlane1-0/+3
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane1-0/+3
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane2-3/+9
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier2-38/+46
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane1-1/+4
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane1-0/+3
2021-05-20ZimWiki writer: allow links and emphasis in headersAlbert Krewinkel1-3/+3
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane2-1/+24
2021-05-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel1-0/+10
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel1-0/+11
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel1-52/+57
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel1-0/+3
2021-05-17ConTeXt writer tests: keep code lines below 80 chars.Albert Krewinkel1-113/+119
2021-05-16LaTeX template: move title, author, date up to top of preamble.John MacFarlane4-13/+13
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane5-5/+5
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane33-0/+0
2021-05-15docx writer: Remove rsids from settings.docx.John MacFarlane33-0/+0
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel1-5/+9
2021-05-14HTML reader: keep h1 tags as normal headers (#7274)Albert Krewinkel1-1/+2
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane1-0/+38
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel2-0/+0
2021-05-14HTML reader: don't fail on unmatched closing "script" tag.Albert Krewinkel1-0/+7
2021-05-13Implement curly-brace syntax for Markdown citation keys.John MacFarlane1-0/+19
2021-05-12Hande 'annote' field in bibtex/biblatex writer.John MacFarlane1-0/+10
2021-05-11Improve integration of settings from reference.docx.John MacFarlane33-0/+0
2021-05-11LaTeX writer: better handling of line breaks in simple tables.John MacFarlane1-0/+24
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-2/+2
2021-05-05App: allow tabs expansion even if file-scope is usedAlbert Krewinkel1-0/+11
2021-05-01Docx writer: support colspans and rowspans in tablesAlbert Krewinkel3-0/+0
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot3-0/+6
2021-04-29Further improvements in smart quotes.John MacFarlane1-0/+8
2021-04-28Smarter smart quotes.John MacFarlane3-7/+26
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel1-5/+9
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel3-0/+0
2021-04-25Markdown writer: Cleaner (code)blocks with single class (#7242)Jan Tojnar4-6/+6
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane8-11/+11
2021-04-25Remove biblatex-nussbaum.md test.John MacFarlane1-63/+0
2021-04-18Use MetaInlines not MetaBlocks for multimarkdown metadata fields.John MacFarlane1-0/+20
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-4/+4
2021-04-17Use BCP47 language codes in citeproc tests.John MacFarlane3-4/+4
2021-04-17Use new citeproc + unicode-collation.John MacFarlane1-0/+130
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel4-128/+119
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel1-0/+15
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel2-12/+16
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane1-0/+28
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane1-0/+6
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel1-90/+115