aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel122-240/+300
2019-02-04More carefully groom ipynb default extensions.John MacFarlane1-2/+18
2019-02-04Add `all_symbols_escapable` to githubMarkdownExtensions.John MacFarlane1-1/+1
2019-02-04Markdown reader: add newline when parsing blocks in YAML.John MacFarlane1-9/+10
2019-02-02ipynb reader: handle images referring to attachments.John MacFarlane1-1/+9
2019-02-02HTML5 writer: implement WAI-ARIA roles for (end)notes.John MacFarlane1-12/+25
2019-02-02Shared: withTempDir is no longer used in the codebase.John MacFarlane1-0/+2
2019-02-02PDF: More conservative solution to #777.John MacFarlane1-2/+11
2019-02-02PDF: use system temp dir and set TEXMFOUTPUT.John MacFarlane1-8/+5
2019-02-02MIME: add WebPMauro Bieg1-0/+1
2019-02-01LaTeX writer: use right fold for escapeString.John MacFarlane1-15/+13
2019-02-01LaTeX writer: code simplification in escaping.John MacFarlane1-20/+21
2019-02-01Markdown writer: use markdown="1" when appropriate for Divs.John MacFarlane1-0/+6
2019-02-01LaTeX writer: avoid `{}` after control sequences when escaping.John MacFarlane1-26/+36
2019-01-31LaTeX reader: don't let `\egroup` match `{`.John MacFarlane1-3/+3
2019-01-30Update copyright year in version.John MacFarlane1-1/+1
2019-01-30Org reader: add support for #+SELECT_TAGS.leungbk4-23/+78
2019-01-30Org reader: separate filtering logic from conversion function.leungbk2-8/+11
2019-01-28Add cpp to avoid warning.John MacFarlane1-1/+6
2019-01-27Add isPrefixOf to imports.John MacFarlane1-1/+1
2019-01-26Improve writing metadata for docx, pptx and odt (#5252)Agustín Martín Barbero4-18/+99
2019-01-26Normalize Windows paths to account for change in ghc 8.6.John MacFarlane1-9/+31
2019-01-25Texinfo writer: use header identifier for anchor if present.John MacFarlane1-2/+4
2019-01-25MediaWiki reader: use `_` instead of `-` in auto-identifiers.John MacFarlane1-1/+6
2019-01-25LaTeX writer: add `#` special characeters for listings.John MacFarlane1-1/+1
2019-01-24Ipynb: Put all jupyter metadata under 'jupyter' key.John MacFarlane2-2/+7
2019-01-24Revert "Prepend `jupyter_` to jupyter metadata keys."John MacFarlane2-12/+0
2019-01-24Allow some command line options to take URL in addition to FILE.John MacFarlane1-2/+2
2019-01-24Ms writer: ensure we have a newline after .EN in disply math.John MacFarlane1-1/+1
2019-01-24Prepend `jupyter_` to jupyter metadata keys.John MacFarlane2-0/+12
2019-01-23Removed superfluous import.John MacFarlane1-1/+0
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane8-0/+495
2019-01-22LaTeX reader: support `\endinput`. Closes #5233.John MacFarlane1-0/+1
2019-01-22Man reader: fix typo. (#5245)Brian Leung1-3/+3
2019-01-21HTML and markdown: treat textarea as a verbatim environment.John MacFarlane2-8/+10
2019-01-20LaTeX reader: allow includes with dots like cc_by_4.0.John MacFarlane1-3/+5
2019-01-20LaTeX reader: cleaned up 'input' code.John MacFarlane1-10/+5
2019-01-17odt writer: fix typo in custom properties (#5231)Agustín Martín Barbero1-2/+2
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