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