Age | Commit message (Expand) | Author | Files | Lines |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -11/+5 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -7/+8 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -3/+1 |
2018-08-10 | Avoid non-exhaustive pattern matches. | John MacFarlane | 1 | -4/+6 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -11/+12 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -10/+12 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -2/+3 |
2018-08-10 | Avoid a non-exhaustive pattern match. | John MacFarlane | 1 | -3/+2 |
2018-08-08 | HTML writer: Don't prefix epub: attributes with data-. | John MacFarlane | 1 | -0/+1 |
2018-08-07 | Markdown reader: Properly handle boolean values in YAML metadata. | John MacFarlane | 1 | -1/+12 |
2018-08-06 | Fix parsing of embedded mappings in YAML metadata. | John MacFarlane | 1 | -24/+22 |
2018-08-05 | RST reader: improve parsing of inline interpreted text roles. | John MacFarlane | 2 | -15/+34 |
2018-08-03 | RST writer: allow images to be directly nested within links, closes #4810 (#4... | Francesco Occhipinti | 1 | -0/+2 |
2018-08-03 | Better error message on `-t pdf -o out.pdf` (#4815) | Mauro Bieg | 1 | -5/+9 |
2018-08-01 | RST writer: use `titleblock` instead of `title` variable for title block | Francesco Occhipinti | 1 | -4/+5 |
2018-07-30 | Markdown reader: allow unquoted numbers, booleans as YAML mapping keys. | John MacFarlane | 1 | -26/+28 |
2018-07-30 | Use YAML.decode rather than YAML.decodeStrict. | John MacFarlane | 1 | -1/+1 |
2018-07-30 | DocBook reader: metadata handling improvements. | John MacFarlane | 1 | -38/+28 |
2018-07-30 | Lua Utils module: add function blocks_to_inlines (#4799) | Albert Krewinkel | 2 | -2/+21 |
2018-07-24 | RST reader: remove support for nested inlines. | danse | 1 | -17/+15 |
2018-07-24 | MediaWiki writer: Avoid extra blank line in tables with empty cells. | John MacFarlane | 1 | -0/+1 |
2018-07-23 | Org reader: fix parsers relying on parseFromString | Albert Krewinkel | 1 | -4/+3 |
2018-07-21 | RST reader: fix double-link bug. | John MacFarlane | 1 | -1/+8 |
2018-07-19 | Fix for bug in parsing `\include` in markdown. | John MacFarlane | 1 | -1/+10 |
2018-07-19 | rawLaTeXBlock: never retokenize macroDef. | John MacFarlane | 1 | -1/+1 |
2018-07-18 | Fix regression finding templates in user data directory. | John MacFarlane | 1 | -3/+1 |
2018-07-15 | Make markdown and github writers respect the `emoji` extension. | John MacFarlane | 2 | -0/+10 |
2018-07-15 | Wrap emojis in span nodes (#4759) | Anders Waldenborg | 3 | -19/+27 |
2018-07-15 | Support abbreviated units for siunitx (#4773). | John MacFarlane | 1 | -0/+89 |
2018-07-15 | LaTeX reader: be more forgiving in key/value option parsing. | John MacFarlane | 1 | -16/+39 |
2018-07-12 | AsciiDoc Writer: escape square brackets at start of line (#4708) | Mauro Bieg | 1 | -8/+13 |
2018-07-06 | PDF: revert fix for #4484 (only compress images on last run). | John MacFarlane | 1 | -6/+1 |
2018-07-06 | PDF: Fix logic error in runTeXProgram. | John MacFarlane | 1 | -1/+1 |
2018-07-02 | JATS reader: fix typo ("lable" instead of "label") | Alexander Krotov | 1 | -1/+1 |
2018-07-02 | Spellcheck comments | Alexander Krotov | 22 | -26/+26 |
2018-06-30 | RST writer: don't treat 'example' as a syntax name. | John MacFarlane | 1 | -1/+2 |
2018-06-29 | Fix compiler warnings. | John MacFarlane | 1 | -4/+4 |
2018-06-29 | Use HsYAML instead of yaml for translations, YAML metadata. | John MacFarlane | 4 | -70/+84 |
2018-06-29 | Use decodeEither' not decodeEither (deprecated). | John MacFarlane | 1 | -2/+2 |
2018-06-29 | CommonMark reader: Handle ascii_identifiers extension (#4733) | Anders Waldenborg | 1 | -13/+18 |
2018-06-28 | Avoid using deprecated 'decode' from yaml. | John MacFarlane | 1 | -5/+5 |
2018-06-28 | TikiWiki reader: improve list parsing (#4723) | Mauro Bieg | 1 | -3/+4 |
2018-06-28 | Remove network-uri flag and use 'Network.Socket'. | John MacFarlane | 1 | -1/+1 |
2018-06-25 | LaTeX reader: Treat `lilypond` as a verbatim environment. | John MacFarlane | 1 | -1/+2 |
2018-06-25 | Fixed typo in LaTeX writer. | John MacFarlane | 1 | -1/+1 |
2018-06-25 | Texinfo writer: use @sup and @sub instead of custom macros | Alexander Krotov | 1 | -10/+3 |
2018-06-13 | Markdown reader: allow empty code spans. | John MacFarlane | 1 | -1/+1 |
2018-06-13 | LaTeX Reader: parse figure label into Image id (#4704) | Mauro Bieg | 1 | -14/+20 |
2018-06-12 | Beamer: Allow "noframenumbering" option (#4696) | Raymond Ehlers | 1 | -1/+2 |
2018-06-12 | Allow --template to take a URL argument. | John MacFarlane | 1 | -1/+1 |