aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Roff reader: Fix problem parsing comments before macro.John MacFarlane1-2/+0
2019-09-04Roff reader: more improvements in parsing conditionals.John MacFarlane1-3/+4
2019-09-04Roff readers: better parsing of groups.John MacFarlane1-9/+5
2019-09-02LaTeX reader: don't try to parse includes if raw_tex is set.John MacFarlane1-5/+13
2019-09-02LaTeX reader: properly handle optional arguments for macros.John MacFarlane2-2/+2
2019-08-27LaTeX reader: fix `\\` in `\parbox` inside a table cell.John MacFarlane1-3/+18
2019-08-27Markdown reader: Headers: don't parse content over newline boundary.John MacFarlane1-4/+15
2019-08-26Use parseFromString' in Muse reader.John MacFarlane1-1/+1
2019-08-26Fix inline parsing in grid table cells.John MacFarlane2-2/+2
2019-08-23RST reader: use title, not admonition-title, for admonition title.John MacFarlane1-1/+1
2019-08-23docbook: richer parse for admonitions (#5593)Michael Peyton Jones1-16/+27
2019-08-14LaTeX reader: improve withRaw so it can handle cases where...John MacFarlane1-2/+3
2019-08-14Removed some needless lookaheads in Markdown reader.John MacFarlane1-2/+0
2019-08-05Treat `ly` as verbatim too (#5671)Urs Liska1-0/+1
2019-07-24LaTeX reader: handle `\passthrough` macro used by latex writer.John MacFarlane1-0/+2
2019-07-22LaTeX reader: support tex `\tt` command.John MacFarlane1-0/+1
2019-07-22Org reader: accept ATTR_LATEX in block attributesAlbert Krewinkel1-3/+11
2019-07-20LaTeX reader: search for image with list of extensions...John MacFarlane1-6/+16
2019-07-19Markdown: Ensure that expanded latex macros end with space if original did.John MacFarlane1-1/+10
2019-07-16LaTeX reader: handle \looseness command values better.John MacFarlane1-5/+4
2019-07-14Muse: add RTL supportAlexander Krotov1-0/+12
2019-07-13Fix #4499: add mbox and hbox handling to LaTeX reader (#5586)Vasily Alferov1-1/+11
2019-07-13Merge pull request #5589 from blmage/fix-3992John MacFarlane1-8/+15
2019-07-13Merge pull request #5606 from blmage/odt-framesJohn MacFarlane4-75/+127
2019-07-13LaTeX reader: Properly handle \providecommand and environment...John MacFarlane1-21/+30
2019-07-10RST reader: keep `name` property in `imgAttr`. (#5637)Brian Leung1-1/+1
2019-07-06Markdown reader: handle inline code more eagerly within lists. (#5628)Brian Leung1-5/+7
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland6-9/+8
2019-06-21Support epigraph command in LaTeX Reader.oquechy1-0/+8
2019-06-20Improve the parsing of frames in ODT documentsblmage4-75/+127
2019-06-18Handle the case where the "cover" meta does not link to the manifestblmage1-2/+2
2019-06-18Add support for EPUB2 covers (fix #3992)blmage1-7/+14
2019-06-09DocBook reader: Issue IgnoredElement warnings.John MacFarlane1-28/+37
2019-06-09FB2 reader: skip unknown elements rather than throwing errors.John MacFarlane1-20/+39
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane1-7/+13
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane1-2/+7
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane2-4/+19
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane1-4/+7
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane1-30/+41
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg1-7/+2
2019-05-25Muse reader: allow images inside link descriptionsAlexander Krotov1-5/+4
2019-05-25HTML reader: trim definition list termsAlexander Krotov1-1/+1
2019-05-13Org reader: fix planning elements in headers level 3 and higherAlbert Krewinkel1-1/+1
2019-05-13Org reader: omit, but warn about unknown export optionsAlbert Krewinkel2-4/+14
2019-05-11FB2 reader: parse notesAlexander Krotov1-3/+51
2019-05-11FB2 reader: use XML.Light.Input.parseXMLDoc to parse the root elementAlexander Krotov1-12/+11
2019-05-11Reduce the amount of state in FB2 readerAlexander Krotov1-1/+3
2019-05-11FB2 reader: use Text.XML.Light.unqual where possibleAlexander Krotov1-8/+8
2019-05-05Org reader: prefer plain symbols over math symbolsAlbert Krewinkel1-1/+1
2019-05-05Org reader: recognize emphasis after TODO/DONE keywordAlbert Krewinkel1-1/+3