aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2019-01-10Make raw content marked `beamer` work in `beamer` output.John MacFarlane1-14/+18
2019-01-10Make 'plain' RawBlocks work for 'plain' output.John MacFarlane1-0/+5
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung1-15/+15
2019-01-09Beamer writer: avoid duplicated `fragile` property in some cases.John MacFarlane1-1/+3
2019-01-08EPUB writer: ensure that picture transforms are done on metadata too.John MacFarlane1-6/+6
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane3-11/+7
2019-01-08RST reader: handle sourcecode directive as synonynm for code.John MacFarlane1-1/+1
2019-01-07Asciidoc writer: shorter delimiters for tables, blockquotes.John MacFarlane1-3/+2
2019-01-07revealjs writer: fix some section nesting corner cases.John MacFarlane1-6/+13
2019-01-07Org reader: allow for case of :minlevel == 0.John MacFarlane1-1/+3
2019-01-07Org reader: handle `minlevel` option differently. (#5190)Brian Leung1-3/+1
2019-01-07TWiki reader: fix performance issue with underscores.John MacFarlane1-1/+3
2019-01-06Add DokuWiki reader (#5108)Alexander2-0/+532
2019-01-04Use toTableOfContents in Powerpoint writer....John MacFarlane1-16/+3
2019-01-04RTF writer: use toTableOfContents from T.P.W.Shared.John MacFarlane1-17/+2
2019-01-04Implement --toc in commonmark/gfm writers.John MacFarlane2-3/+14
2019-01-04T.P.Writers.Shared - add toTableOfContents (API change).John MacFarlane2-22/+25
2019-01-02Implement task lists (#5139)Mauro Bieg8-18/+96
2019-01-02EPUB writer: small fixes to nav.xhtml.John MacFarlane1-0/+1
2019-01-02Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.John MacFarlane1-1/+1
2019-01-01Zimwiki writer: remove automatic colon prefix before internal images (#5183)damien clochard1-6/+2
2019-01-01Dokuwiki writer: remove automatic ':' prefix before internal image links (#5183)damien clochard1-6/+2
2019-01-01Org reader: fix self-link parsing regressionAlbert Krewinkel1-5/+6
2019-01-01Org reader: fix treatment of links to imagesAlbert Krewinkel2-13/+16
2019-01-01Org reader: hlintAlbert Krewinkel1-2/+2
2018-12-31Remove unused HasHeaderMap (#5175)Alexander7-50/+4
2018-12-31Simplify/fix reading of `--metadata` values on command line.John MacFarlane1-7/+8
2018-12-31Replace read with safeRead (#5186)Mauro Bieg3-13/+18
2018-12-31Allow '-' in filenames for custom lua writers.John MacFarlane1-2/+3
2018-12-31Removed obsolete and misleading comment.John MacFarlane1-1/+0
2018-12-28Org writer: preserve line-numbering for example and code blocks.leungbk1-3/+9
2018-12-18Decompress .svgz when converting to "data:" URIAlexander Krotov1-1/+1
2018-12-17LaTeX reader: Support `\DeclareMathOperator`.John MacFarlane1-1/+11
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane3-11/+8
2018-12-17Parsing: use safeRead instead of read.John MacFarlane1-1/+1
2018-12-17HTML reader: handle empty start attribute.John MacFarlane1-4/+2
2018-12-13Man/Ms writers: don't escape `-` as `\-`.John MacFarlane1-1/+0
2018-12-12ICML writer: support custom-styles (#5137)Mauro Bieg1-3/+10
2018-12-10Docx: handle level overrides.Jesse Rosenthal1-6/+17
2018-12-10Docx: add a levelOverride type.Jesse Rosenthal1-3/+20
2018-12-10Docx writer: Make Level into a real type.Jesse Rosenthal2-4/+6
2018-12-10ICML writer: support unnumbered headersmb211-2/+5
2018-12-05RST writer: don't wrap simple table header lines.John MacFarlane1-1/+1
2018-12-04Strip out illegal XML characters in escapeXMLString.John MacFarlane1-1/+6
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane1-1/+1
2018-11-30Fix warnings in Text.Pandoc.Process.John MacFarlane1-2/+5
2018-11-30Text.Pandoc.Process: update pipeProcessAlbert Krewinkel1-31/+60
2018-11-29Improve error message for UTF-8 decoding errors.John MacFarlane1-6/+17
2018-11-29Add PandocUTF8DecodingError constructor for PandocError.John MacFarlane1-0/+7
2018-11-29Man reader: use mapLeft from Shared.John MacFarlane1-6/+1