aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2021-09-10Remove redundant import.John MacFarlane1-1/+1
2021-09-10Org reader: don't parse a list as first item in a list item.John MacFarlane1-1/+4
2021-09-10Ipynb reader handleData: support text/markdown (#7561)Kolen Cheung1-0/+3
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane1-11/+22
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane1-8/+8
2021-09-04Minor renaming to avoid shadowing.John MacFarlane1-2/+2
2021-09-03RTF reader: if doc begins with {\rtf1 ... } only parse its contents.John MacFarlane1-1/+7
2021-09-03RTF reader: Ignore `\pgdsc` group.John MacFarlane1-0/+1
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane1-1/+1
2021-08-21LaTeX-parser: restrict \endinput to current fileSimon Schuster2-1/+9
2021-08-20RST reader: Fix `:literal:` includes.John MacFarlane1-5/+2
2021-08-19Improve docx reader's robustness in extracting images.John MacFarlane1-5/+6
2021-08-16Fix bug in last commit due to removal of take1WhileP.John MacFarlane1-2/+2
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki1-8/+16
2021-08-13LaTeX reader: proper implicit grouping around environment macros.John MacFarlane1-1/+2
2021-08-12Use Prelude from base-compat for ghc 8.4 too.John MacFarlane1-5/+1
2021-08-11Try fixing compile error on older ghcs.John MacFarlane1-1/+5
2021-08-11Fix some lint issues.John MacFarlane2-6/+5
2021-08-11LaTeX reader: Support `\global` before `\def`, `\let`, etc.John MacFarlane1-2/+10
2021-08-11Fix scope for LaTeX macros.John MacFarlane3-55/+100
2021-08-11LaTeX reader: improve handling of plain TeX macro primitives.John MacFarlane2-6/+29
2021-08-10HTML reader: treat commments as blank when parsing.John MacFarlane1-5/+7
2021-08-10Fix RTF table parsing bug that created undesired nested tables.John MacFarlane1-1/+1
2021-08-10Add RTF reader.John MacFarlane1-0/+1333
2021-08-03Stop using the HTTP package. (#7456)mt_caret1-2/+2
2021-07-17LaTeX reader: avoid trailing hyphen in translating languages.John MacFarlane1-2/+2
2021-07-17LaTeX reader: fix language regionIgor Pashev1-2/+2
2021-07-17Merge branch 'master' of https://github.com/jgm/pandocIgor Pashev65-3180/+4123
2021-07-16DocBook reader: handle images with imageobjectco elements.John MacFarlane1-3/+3
2021-07-16LaTeX reader: Support `\cline` in LaTeX tables.John MacFarlane1-0/+1
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-27Ignore landscapeIgor Pashev1-0/+1
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-12LaTeX: add flushright/flushleftIgor Pashev1-0/+2
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