aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-02-08ODT reader: finer-grained errors on parse failure.John MacFarlane
2021-02-08ODT reader: give more information if zip can't be unpacked.John MacFarlane
2021-02-08DocBook reader: Support informalfigure (#7079)Nils Carlson
2021-02-06Markdown reader: improved handling of mmd link attributes in references.John MacFarlane
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane
2021-01-26Clean up BibTeX parsing.John MacFarlane
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO
2021-01-09Org reader: allow multiple pipe chars in todo sequencesAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane
2021-01-03Org reader: mark verbatim code with class "verbatim". (#6998)Dimitri Sabadie
2021-01-02LaTeX reader: put contents of unknown environments in a Div...John MacFarlane
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane
2020-12-30Hlint fixesJohn MacFarlane
2020-12-28HTML reader: use renderTags' from Text.Pandoc.Shared.Albert Krewinkel
2020-12-10HTML reader: pay attention to lang attributes on body.John MacFarlane
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane
2020-12-10Commonmark reader: refactor specFor, set input name to "".John MacFarlane
2020-12-07Dokuwiki reader: handle unknown interwiki links better.John MacFarlane
2020-12-05Org reader: preserve targets of spurious linksAlbert Krewinkel
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane
2020-11-29LaTeX reader: don't parse `\rule` with width 0 as horizontal rule.John MacFarlane
2020-11-28Fix a tiny Typo in the CSV reader moduleTassos Manganaris
2020-11-27HTML reader tests: improve test coverage of new featuresAlbert Krewinkel
2020-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel
2020-11-26HTML reader: allow finer grained options for tag omissionAlbert Krewinkel
2020-11-25HTML reader: simplify list attribute handlingAlbert Krewinkel
2020-11-24HTML reader: support row or column-spanning table cellsAlbert Krewinkel
2020-11-24HTML reader: support blocks in captionAlbert Krewinkel
2020-11-24HTML reader: extract table parsing into separate moduleAlbert Krewinkel
2020-11-23HTML reader: extract submodulesAlbert Krewinkel
2020-11-22Org reader: parse `#+LANGUAGE` into `lang` metadata fieldAlbert Krewinkel
2020-11-21LaTeX reader: more robust parsing of bracketed options.John MacFarlane
2020-11-20DocBook reader: Table text width support (#6791)Nils Carlson
2020-11-20Improve LaTeX option parsing...John MacFarlane
2020-11-19DocBook reader: drop period in formalpara title...John MacFarlane
2020-11-18Man reader: improve handling of .IP.John MacFarlane
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC
2020-11-17Bibtex reader: fall back on en-US if locale for LANG not found.John MacFarlane
2020-11-17Markdown reader: fix regression with example list references.John MacFarlane
2020-11-16Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing.John MacFarlane
2020-11-16Improve fix to siunitx numbers with minus.John MacFarlane
2020-11-16LaTeX reader: Fix negative numbers in siunitx commands.John MacFarlane
2020-11-15Markdown reader: fix detection of locators following in-text citations.John MacFarlane