Age | Commit message (Expand) | Author | Files | Lines |
2019-02-09 | AsciiDoc writer: change bulletListLevel and orderedListLevel... | John MacFarlane | 1 | -4/+4 |
2019-02-08 | Improve tight/loose list handling. | John MacFarlane | 1 | -2/+9 |
2019-02-08 | Fix misleading code comment. | John MacFarlane | 1 | -2/+1 |
2019-02-08 | Make --metadata-file use pandoc-markdown (#5279) | Mauro Bieg | 1 | -1/+2 |
2019-02-08 | Docx reader: fix paths in archive to prevent Windows failure | Jesse Rosenthal | 1 | -1/+6 |
2019-02-07 | Revert "Docx reader: Fix windows error" | Jesse Rosenthal | 1 | -2/+1 |
2019-02-07 | Docx reader: Fix windows error | Jesse Rosenthal | 1 | -1/+2 |
2019-02-07 | Docx reader: Some code cleanup | Jesse Rosenthal | 1 | -15/+25 |
2019-02-07 | Docx reader: Extend dynamic xml location to detecting relationships | Jesse Rosenthal | 1 | -12/+19 |
2019-02-06 | Docx reader: Dynamically determine document.xml path. | Jesse Rosenthal | 1 | -3/+12 |
2019-02-06 | Handle Word files generated by Microsoft Word Online. | John MacFarlane | 1 | -0/+2 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 122 | -240/+300 |
2019-02-04 | More carefully groom ipynb default extensions. | John MacFarlane | 1 | -2/+18 |
2019-02-04 | Add `all_symbols_escapable` to githubMarkdownExtensions. | John MacFarlane | 1 | -1/+1 |
2019-02-04 | Markdown reader: add newline when parsing blocks in YAML. | John MacFarlane | 1 | -9/+10 |
2019-02-02 | ipynb reader: handle images referring to attachments. | John MacFarlane | 1 | -1/+9 |
2019-02-02 | HTML5 writer: implement WAI-ARIA roles for (end)notes. | John MacFarlane | 1 | -12/+25 |
2019-02-02 | Shared: withTempDir is no longer used in the codebase. | John MacFarlane | 1 | -0/+2 |
2019-02-02 | PDF: More conservative solution to #777. | John MacFarlane | 1 | -2/+11 |
2019-02-02 | PDF: use system temp dir and set TEXMFOUTPUT. | John MacFarlane | 1 | -8/+5 |
2019-02-02 | MIME: add WebP | Mauro Bieg | 1 | -0/+1 |
2019-02-01 | LaTeX writer: use right fold for escapeString. | John MacFarlane | 1 | -15/+13 |
2019-02-01 | LaTeX writer: code simplification in escaping. | John MacFarlane | 1 | -20/+21 |
2019-02-01 | Markdown writer: use markdown="1" when appropriate for Divs. | John MacFarlane | 1 | -0/+6 |
2019-02-01 | LaTeX writer: avoid `{}` after control sequences when escaping. | John MacFarlane | 1 | -26/+36 |
2019-01-31 | LaTeX reader: don't let `\egroup` match `{`. | John MacFarlane | 1 | -3/+3 |
2019-01-30 | Update copyright year in version. | John MacFarlane | 1 | -1/+1 |
2019-01-30 | Org reader: add support for #+SELECT_TAGS. | leungbk | 4 | -23/+78 |
2019-01-30 | Org reader: separate filtering logic from conversion function. | leungbk | 2 | -8/+11 |
2019-01-28 | Add cpp to avoid warning. | John MacFarlane | 1 | -1/+6 |
2019-01-27 | Add isPrefixOf to imports. | John MacFarlane | 1 | -1/+1 |
2019-01-26 | Improve writing metadata for docx, pptx and odt (#5252) | Agustín Martín Barbero | 4 | -18/+99 |
2019-01-26 | Normalize Windows paths to account for change in ghc 8.6. | John MacFarlane | 1 | -9/+31 |
2019-01-25 | Texinfo writer: use header identifier for anchor if present. | John MacFarlane | 1 | -2/+4 |
2019-01-25 | MediaWiki reader: use `_` instead of `-` in auto-identifiers. | John MacFarlane | 1 | -1/+6 |
2019-01-25 | LaTeX writer: add `#` special characeters for listings. | John MacFarlane | 1 | -1/+1 |
2019-01-24 | Ipynb: Put all jupyter metadata under 'jupyter' key. | John MacFarlane | 2 | -2/+7 |
2019-01-24 | Revert "Prepend `jupyter_` to jupyter metadata keys." | John MacFarlane | 2 | -12/+0 |
2019-01-24 | Allow some command line options to take URL in addition to FILE. | John MacFarlane | 1 | -2/+2 |
2019-01-24 | Ms writer: ensure we have a newline after .EN in disply math. | John MacFarlane | 1 | -1/+1 |
2019-01-24 | Prepend `jupyter_` to jupyter metadata keys. | John MacFarlane | 2 | -0/+12 |
2019-01-23 | Removed superfluous import. | John MacFarlane | 1 | -1/+0 |
2019-01-22 | Support ipynb (Jupyter notebook) as input and output format. | John MacFarlane | 8 | -0/+495 |
2019-01-22 | LaTeX reader: support `\endinput`. Closes #5233. | John MacFarlane | 1 | -0/+1 |
2019-01-22 | Man reader: fix typo. (#5245) | Brian Leung | 1 | -3/+3 |
2019-01-21 | HTML and markdown: treat textarea as a verbatim environment. | John MacFarlane | 2 | -8/+10 |
2019-01-20 | LaTeX reader: allow includes with dots like cc_by_4.0. | John MacFarlane | 1 | -3/+5 |
2019-01-20 | LaTeX reader: cleaned up 'input' code. | John MacFarlane | 1 | -10/+5 |
2019-01-17 | odt writer: fix typo in custom properties (#5231) | Agustín Martín Barbero | 1 | -2/+2 |
2019-01-10 | Make raw content marked `beamer` work in `beamer` output. | John MacFarlane | 1 | -14/+18 |