aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-28Smarter smart quotes.John MacFarlane3-47/+12
2021-04-25Minor code reformatting.John MacFarlane1-1/+2
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar1-1/+2
2021-04-18Use MetaInlines not MetaBlocks for multimarkdown metadata fields.John MacFarlane1-1/+1
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane2-2/+2
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane3-123/+129
2021-04-02Fix "phrase" in DocBook: take classes from "role" not "class".John MacFarlane1-1/+1
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet1-1/+7
2021-03-24Fix DocBook reader mathml regression...John MacFarlane2-4/+7
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane1-0/+30
2021-03-20Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.John MacFarlane2-22/+22
2021-03-20Markdown reader: export `yamlMetaBlock`.John MacFarlane1-17/+23
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane3-3/+5
2021-03-20T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...John MacFarlane1-15/+15
2021-03-19Hlint suggestion.John MacFarlane1-2/+3
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane6-17/+24
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane3-6/+6
2021-03-19Docx reader: Don't reimplement NonEmpty.John MacFarlane1-5/+1
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane3-4/+6
2021-03-18Require safe >= 0.3.18 and remove cpp.John MacFarlane1-5/+0
2021-03-18Rewrite a foldl1 as a foldl'.John MacFarlane1-1/+5
2021-03-18Remove another foldr1 partial function use.John MacFarlane1-5/+6
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane1-5/+6
2021-03-17Fix regression with `tex_math_backslash` in Markdown reader.John MacFarlane1-1/+1
2021-03-15Remove an unneeded importJohn MacFarlane1-1/+0
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane7-13/+14
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane1-1/+9
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel1-2/+2