aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-22Handle relative lengths (e.g. `2*`) in HTML column widths.John MacFarlane2-14/+62
2021-05-22Revert "HTML reader: simplify col width parsing"John MacFarlane1-9/+13
2021-05-22HTML reader: simplify col width parsingAlbert Krewinkel1-13/+9
2021-05-21Regenerate man page.John MacFarlane2-26/+93
2021-05-21Bump upper-bounds for network-uri, time.John MacFarlane2-10/+4
2021-05-21Fix link to KDE syntax highlighting docs.John MacFarlane1-1/+1
2021-05-20Update changelog.John MacFarlane1-1/+33
2021-05-20DocBook reader: ensure that first and last names are separated.John MacFarlane2-6/+41
2021-05-20reveal.js template: use `hash: true` by default rather than...John MacFarlane1-4/+4
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane3-6/+92
2021-05-20LaTeX reader: More siunitx improvements. Closes #6658.John MacFarlane3-52/+161
2021-05-20LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.John MacFarlane2-35/+53
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane2-3/+9
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane3-5/+14
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier4-49/+53
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane2-5/+11
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane2-1/+6
2021-05-20ZimWiki writer: allow links and emphasis in headersAlbert Krewinkel2-4/+4
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane4-15/+43
2021-05-19Revisions to citation syntax description update.John MacFarlane1-5/+5
2021-05-19Update documentation on citation syntax.John MacFarlane1-32/+69
2021-05-19Remove unused pragma.John MacFarlane1-1/+0
2021-05-18Use fetchItem instead of downloadOrRead in fetchMediaResource.John MacFarlane1-1/+1
2021-05-18Text.Pandoc.MediaBag: change type to use a Text key...John MacFarlane2-7/+14
2021-05-18Updaet changelog.John MacFarlane1-7/+80
2021-05-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel2-2/+13
2021-05-17LaTeX template: improve treatment of CSL entry-spacing.John MacFarlane1-3/+3
2021-05-17Citeproc: ensure that CSL-related attributes are passed on...John MacFarlane1-1/+1
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel2-1/+23
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel2-54/+71
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel2-2/+9
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 MacFarlane5-42/+42
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel4-6/+26
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane6-7/+16
2021-05-16Markdown writer: improve escaping of `@`.John MacFarlane1-1/+1
2021-05-15Fix .editorconfig so Emacs can open zip archives and docx again.John MacFarlane1-0/+8
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane34-1/+16
2021-05-15docx writer settings.xml:John MacFarlane1-5/+5
2021-05-15docx writer: Remove rsids from settings.docx.John MacFarlane34-11/+1
2021-05-15MANUAL: note that `institute` variable works for HTML-based slides.John MacFarlane1-2/+5
2021-05-15HTML-based slide shows: add support for institute (#7289)Thomas Hodgson5-1/+19
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel2-5/+11
2021-05-14MANUAL: add info about YAML escape sequences, link to spec.Albert Krewinkel1-4/+7
2021-05-14HTML reader: keep h1 tags as normal headers (#7274)Albert Krewinkel2-6/+3
2021-05-14Update changelog.John MacFarlane1-14/+35
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane3-4/+51
2021-05-14changelog.md: fix Markdown, marking `<p>` as code.Albert Krewinkel1-1/+1
2021-05-14LaTeX template: Move CSL macro defs before header-includes.John MacFarlane1-25/+25
2021-05-14Docx writer: fix alignment for cells.Albert Krewinkel1-14/+20