Age | Commit message (Expand) | Author | Files | Lines |
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 | 38 | -70/+107 |
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-01-31 | LaTeX reader: don't let `\egroup` match `{`. | John MacFarlane | 1 | -3/+3 |
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-25 | MediaWiki reader: use `_` instead of `-` in auto-identifiers. | John MacFarlane | 1 | -1/+6 |
2019-01-24 | Ipynb: Put all jupyter metadata under 'jupyter' key. | John MacFarlane | 1 | -1/+1 |
2019-01-24 | Revert "Prepend `jupyter_` to jupyter metadata keys." | John MacFarlane | 1 | -6/+0 |
2019-01-24 | Prepend `jupyter_` to jupyter metadata keys. | John MacFarlane | 1 | -0/+6 |
2019-01-22 | Support ipynb (Jupyter notebook) as input and output format. | John MacFarlane | 1 | -0/+249 |
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-09 | RST reader: change treatment of `number-lines` directives. (#5207) | Brian Leung | 1 | -15/+15 |
2019-01-08 | Removed superfluous sourceCode class on code blocks. | John MacFarlane | 3 | -11/+7 |
2019-01-08 | RST reader: handle sourcecode directive as synonynm for code. | John MacFarlane | 1 | -1/+1 |
2019-01-07 | Org reader: allow for case of :minlevel == 0. | John MacFarlane | 1 | -1/+3 |
2019-01-07 | Org reader: handle `minlevel` option differently. (#5190) | Brian Leung | 1 | -3/+1 |
2019-01-07 | TWiki reader: fix performance issue with underscores. | John MacFarlane | 1 | -1/+3 |
2019-01-06 | Add DokuWiki reader (#5108) | Alexander | 1 | -0/+529 |
2019-01-02 | Implement task lists (#5139) | Mauro Bieg | 2 | -3/+7 |
2019-01-01 | Org reader: fix self-link parsing regression | Albert Krewinkel | 1 | -5/+6 |
2019-01-01 | Org reader: fix treatment of links to images | Albert Krewinkel | 2 | -13/+16 |
2019-01-01 | Org reader: hlint | Albert Krewinkel | 1 | -2/+2 |
2018-12-31 | Remove unused HasHeaderMap (#5175) | Alexander | 6 | -34/+3 |
2018-12-31 | Replace read with safeRead (#5186) | Mauro Bieg | 1 | -3/+6 |
2018-12-17 | LaTeX reader: Support `\DeclareMathOperator`. | John MacFarlane | 1 | -1/+11 |
2018-12-17 | Replace read with safeRead. Closes #5162. | John MacFarlane | 3 | -11/+8 |
2018-12-17 | HTML reader: handle empty start attribute. | John MacFarlane | 1 | -4/+2 |
2018-12-10 | Docx: handle level overrides. | Jesse Rosenthal | 1 | -6/+17 |
2018-12-10 | Docx: add a levelOverride type. | Jesse Rosenthal | 1 | -3/+20 |
2018-12-10 | Docx writer: Make Level into a real type. | Jesse Rosenthal | 2 | -4/+6 |
2018-11-29 | Man reader: use mapLeft from Shared. | John MacFarlane | 1 | -6/+1 |
2018-11-29 | LaTeX reader: Support \inputminted (closes #5103). | John MacFarlane | 1 | -2/+21 |
2018-11-25 | Fix parsing of citations and quotes after parentheses. | John MacFarlane | 1 | -6/+2 |
2018-11-25 | MediaWiki reader internals: remove unnecessary binding | Alexander Krotov | 1 | -2/+1 |
2018-11-22 | Hlint suggestions. | John MacFarlane | 2 | -3/+1 |
2018-11-19 | LaTeX reader: cleaned up handling of dimension arguments. | John MacFarlane | 2 | -6/+12 |
2018-11-18 | LaTeX reader: don't allow arguments for verbatim, etc. | John MacFarlane | 1 | -1/+0 |
2018-11-18 | LaTeX reader: Allow space before bracketed options. | John MacFarlane | 1 | -1/+2 |