aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2021-10-08More.oracleJohn MacFarlane
2021-10-06More progress.John MacFarlane
2021-10-06Add Oracle structure to RST reader.John MacFarlane
2021-09-30Docx reader: Add placeholder for word diagramEzwal
2021-09-23HTML reader: handle empty tbody element in table.John MacFarlane
2021-09-19LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".John MacFarlane
2021-09-19Ignore (and gobble parameters of) CSLReferences environment.John MacFarlane
2021-09-17Fix linter warning.John MacFarlane
2021-09-16Fix code blocks using `--preserve-tabs`.John MacFarlane
2021-09-13RST reader: handle escaped colons in reference definitions.John MacFarlane
2021-09-10feat(ipynb reader): get cell output mime from raw_mimetype tooKolen Cheung
2021-09-10feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"Kolen Cheung
2021-09-10fix!: rst mime typeKolen Cheung
2021-09-10Remove redundant import.John MacFarlane
2021-09-10Org reader: don't parse a list as first item in a list item.John MacFarlane
2021-09-10Ipynb reader handleData: support text/markdown (#7561)Kolen Cheung
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane
2021-09-04Minor renaming to avoid shadowing.John MacFarlane
2021-09-03RTF reader: if doc begins with {\rtf1 ... } only parse its contents.John MacFarlane
2021-09-03RTF reader: Ignore `\pgdsc` group.John MacFarlane
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster
2021-08-20RST reader: Fix `:literal:` includes.John MacFarlane
2021-08-19Improve docx reader's robustness in extracting images.John MacFarlane
2021-08-16Fix bug in last commit due to removal of take1WhileP.John MacFarlane
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki
2021-08-13LaTeX reader: proper implicit grouping around environment macros.John MacFarlane
2021-08-12Use Prelude from base-compat for ghc 8.4 too.John MacFarlane
2021-08-11Try fixing compile error on older ghcs.John MacFarlane
2021-08-11Fix some lint issues.John MacFarlane
2021-08-11LaTeX reader: Support `\global` before `\def`, `\let`, etc.John MacFarlane
2021-08-11Fix scope for LaTeX macros.John MacFarlane
2021-08-11LaTeX reader: improve handling of plain TeX macro primitives.John MacFarlane
2021-08-10HTML reader: treat commments as blank when parsing.John MacFarlane
2021-08-10Fix RTF table parsing bug that created undesired nested tables.John MacFarlane
2021-08-10Add RTF reader.John MacFarlane
2021-08-03Stop using the HTTP package. (#7456)mt_caret
2021-07-17LaTeX reader: avoid trailing hyphen in translating languages.John MacFarlane
2021-07-16DocBook reader: handle images with imageobjectco elements.John MacFarlane
2021-07-16LaTeX reader: Support `\cline` in LaTeX tables.John MacFarlane
2021-07-11DocBook reader: add support for citerefentry (#7437)Jan Tojnar
2021-07-11Improved parsing of raw LaTeX from Text streams (rawLaTeXParser).John MacFarlane
2021-07-09RST reader: fix regression with code includes.John MacFarlane
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann
2021-07-06Markdown reader: don't try to read contents in self-closing HTML tag.John MacFarlane
2021-07-06HTML reader: add col, colgroup to 'closes' definitionsJohn MacFarlane
2021-06-22Fix regression with comment-only YAML metadata blocks.John MacFarlane
2021-06-21Improve emailAddress in Text.Pandoc.Parsing.John MacFarlane
2021-06-12Docx reader: handle absolute URIs in Relationship Target.John MacFarlane