aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2021-07-11DocBook reader: add support for citerefentry (#7437)Jan Tojnar1-1/+5
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane2-11/+37
2021-07-09RST reader: fix regression with code includes.John MacFarlane1-1/+5
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann1-8/+3
2021-07-06Markdown reader: don't try to read contents in self-closing HTML tag.John MacFarlane1-1/+4
2021-07-06HTML reader: add col, colgroup to 'closes' definitionsJohn MacFarlane1-1/+3
2021-06-22Fix regression with comment-only YAML metadata blocks.John MacFarlane1-0/+3
2021-06-21Improve emailAddress in Text.Pandoc.Parsing.John MacFarlane1-1/+21
2021-06-12Docx reader: handle absolute URIs in Relationship Target.John MacFarlane1-5/+11
2021-06-05DocBook reader: Add support for danger elementJan Tojnar1-1/+2
2021-06-01Markdown reader: fix pipe table regression in 2.11.4.John MacFarlane1-1/+1
2021-06-01LaTeX reader: don't allow optional * on symbol control sequences.John MacFarlane1-2/+4
2021-05-31Fix regression with commonmark/gfm yaml metdata block parsing.John MacFarlane1-5/+5
2021-05-30HTML reader: fix column width regression.John MacFarlane1-1/+1
2021-05-29Markdown reader: in rebasePaths, check for both Windows and PosixJohn MacFarlane1-4/+5
2021-05-29In rebasePath, check for absolute paths two ways.John MacFarlane1-1/+4
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane1-1/+3
2021-05-28Docx reader: Support new table features.Emily Bourke3-49/+163
2021-05-28Docx reader: Read table column widths.Emily Bourke2-3/+4
2021-05-27rebase_relative_paths: leave empty paths unchanged.John MacFarlane1-1/+1
2021-05-27rebase_relative_paths extension: don't change fragment paths.John MacFarlane1-1/+2
2021-05-27Modify rebase_reference_links treatment of reference links/images.John MacFarlane1-5/+4
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane1-7/+29
2021-05-27LaTeX reader: improve `\def` and implement `\newif`.John MacFarlane2-15/+63
2021-05-25Allow compilation with base 4.15Albert Krewinkel2-9/+8
2021-05-25Use haddock-library-1.10.0Albert Krewinkel1-1/+2
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel1-0/+2
2021-05-22Handle relative lengths (e.g. `2*`) in HTML column widths.John MacFarlane1-14/+33
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-20DocBook reader: ensure that first and last names are separated.John MacFarlane1-6/+14
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-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-19LaTeX reader: better support for `\xspace`.John MacFarlane2-14/+19
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel1-1/+12
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-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 MacFarlane2-7/+7
2021-05-12Fix source position reporting for YAML bibliographies.John MacFarlane2-4/+6
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 MacFarlane2-3/+3
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane34-355/+443
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot1-2/+9