aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink1-1/+1
2019-10-27Org reader: fix parsing of empty comment linesAlbert Krewinkel1-1/+3
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud1-23/+34
2019-10-23T.P.Readers.LaTeX.Parsing: add `[Tok]` parameter to rawLaTeXParser.John MacFarlane2-10/+16
2019-10-23Add Reader support for HTML <samp> element (#5843)Amogh Rathore1-0/+9
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio1-1/+9
2019-10-15Muse reader: do not allow closing asterisks to be followed by "*"Alexander Krotov1-2/+7
2019-10-15Muse reader: do not split series of asterisks into symbols and emphasisAlexander Krotov1-0/+7
2019-10-15Muse reader: do not terminate emphasis on "*" not followed by spaceAlexander Krotov1-2/+1
2019-10-04hlint FB2 readerAlexander Krotov1-1/+1
2019-10-04Fix all hlint warnings in Muse readerAlexander Krotov1-2/+2
2019-10-03Minor ghc 8.8 fixups.John MacFarlane1-2/+6
2019-09-29RST reader: don't strip final underscore from absolute URI.John MacFarlane1-3/+7
2019-09-28Use throwError instead of fail when appropriate.John MacFarlane1-2/+3
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane9-20/+20
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