summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-24Ipynb: Put all jupyter metadata under 'jupyter' key.John MacFarlane
2019-01-24Revert "Prepend `jupyter_` to jupyter metadata keys."John MacFarlane
2019-01-24Allow some command line options to take URL in addition to FILE.John MacFarlane
2019-01-24Ms writer: ensure we have a newline after .EN in disply math.John MacFarlane
2019-01-24Prepend `jupyter_` to jupyter metadata keys.John MacFarlane
2019-01-23Removed superfluous import.John MacFarlane
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane
2019-01-22LaTeX reader: support `\endinput`. Closes #5233.John MacFarlane
2019-01-22Man reader: fix typo. (#5245)Brian Leung
2019-01-21HTML and markdown: treat textarea as a verbatim environment.John MacFarlane
2019-01-20LaTeX reader: allow includes with dots like cc_by_4.0.John MacFarlane
2019-01-20LaTeX reader: cleaned up 'input' code.John MacFarlane
2019-01-17odt writer: fix typo in custom properties (#5231)Agustín Martín Barbero
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