aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-20DocBook reader: ensure that first and last names are separated.John MacFarlane1-6/+14
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane1-6/+22
2021-05-20LaTeX reader: More siunitx improvements. Closes #6658.John MacFarlane2-46/+95
2021-05-20LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.John MacFarlane1-35/+50
2021-05-20LaTeX reader sinuitx: fix + sign on ang.John MacFarlane1-3/+6
2021-05-20LaTeX reader siunitx: add leading 0 to numbers starting with .John MacFarlane1-2/+5
2021-05-20ConTeXt reader: improve ordered lists (#7304)Denis Maier1-11/+3
2021-05-20LaTeX reader: Fix parsing of `+-` in siunitx numbers.John MacFarlane1-4/+7
2021-05-20LaTeX reader: support `\pm` in `SI{..}`.John MacFarlane1-1/+3
2021-05-20ZimWiki writer: allow links and emphasis in headersAlbert Krewinkel1-1/+1
2021-05-19LaTeX reader: better support for `\xspace`.John MacFarlane2-14/+19
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-18LaTeX writer: separate successive quote chars with thin spaceAlbert Krewinkel1-2/+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 Krewinkel1-1/+12
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel1-2/+14
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel1-2/+6
2021-05-16LaTeX template: define commands for zero width non-joiner characterAlbert Krewinkel3-6/+7
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane1-2/+11
2021-05-16Markdown writer: improve escaping of `@`.John MacFarlane1-1/+1
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane1-1/+16
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel1-0/+2
2021-05-14HTML reader: keep h1 tags as normal headers (#7274)Albert Krewinkel1-5/+1
2021-05-14Beamer writer: support exampleblock and alertblock.John MacFarlane1-3/+8
2021-05-14Docx writer: fix alignment for cells.Albert Krewinkel1-14/+20
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel1-17/+25
2021-05-14HTML reader: don't fail on unmatched closing "script" tag.Albert Krewinkel1-7/+9
2021-05-13Implement curly-brace syntax for Markdown citation keys.John MacFarlane4-14/+27
2021-05-12Plain writer: handle superscript unicode minus.John MacFarlane1-0/+1
2021-05-12Hande 'annote' field in bibtex/biblatex writer.John MacFarlane1-0/+2
2021-05-12Fix source position reporting for YAML bibliographies.John MacFarlane2-4/+6
2021-05-11Improve integration of settings from reference.docx.John MacFarlane1-13/+14
2021-05-11T.P.XML.Light - add Eq, Ord instances...John MacFarlane1-4/+4
2021-05-11LaTeX writer: better handling of line breaks in simple tables.John MacFarlane1-3/+1
2021-05-10epub Writer: Fix belongs-to-collection XML id choice (#7267)nuew1-3/+3
2021-05-09RST reader: seek include files in the directory...John MacFarlane1-1/+3
2021-05-09Org reader: Resolve org includes relative to ...John MacFarlane2-2/+5
2021-05-09RST reader: use `insertIncludedFile` from T.P.Parsing...John MacFarlane1-58/+36
2021-05-09T.P.Parsing: improve include file functions.John MacFarlane3-33/+34
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane43-615/+1021
2021-05-07ConTeXt writer: support blank lines in line blocks.Albert Krewinkel1-2/+6
2021-05-05App: allow tabs expansion even if file-scope is usedAlbert Krewinkel1-7/+11
2021-05-01Docx writer: support colspans and rowspans in tablesAlbert Krewinkel3-70/+140
2021-05-01Add new internal module Text.Pandoc.Writers.GridTableAlbert Krewinkel1-0/+157
2021-04-30Org writer: inline latex envs need newlines (#7259)tecosaur1-0/+2
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot1-2/+9
2021-04-29Further improvements in smart quotes.John MacFarlane1-2/+2
2021-04-28Smarter smart quotes.John MacFarlane4-63/+41