aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2019-09-24LaTeX reader: Add 'tikzcd' to list of special environments.Eigil Rischel1-0/+1
2019-09-22RST reader: Fixed parsing of indented blocks.John MacFarlane1-6/+9
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov3-380/+307
2019-09-22Use HsYAML-0.2.0.0John MacFarlane1-11/+12
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov3-183/+287
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov2-63/+39
2019-09-19MediaWiki: skip optional {{table}} template.John MacFarlane1-0/+1
2019-09-09LaTeX reader: Fix parsing of optional arguments that contain braced text.John MacFarlane1-4/+3
2019-09-08Org reader: modify handling of example blocks. (#5717)Brian Leung2-14/+43
2019-09-05Roff reader: Better support for 'while'.John MacFarlane1-0/+3
2019-09-05Roff reader: improve handling of groups.John MacFarlane1-4/+2
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