Age | Commit message (Expand) | Author | Files | Lines |
2018-10-15 | Only override --quickcheck-tests=N if N is not default value (100). | John MacFarlane | 2 | -2/+12 |
2018-10-15 | LaTeX reader: make macroDef polymorphic and allow in inline context. | John MacFarlane | 1 | -2/+1 |
2018-10-15 | Added failing test case for macros. | John MacFarlane | 1 | -0/+18 |
2018-10-14 | Markdown writer: ensure blank between raw block and normal content. | John MacFarlane | 2 | -0/+8 |
2018-10-14 | Markdown reader: Fix awkward soft break movements before abbreviations. | John MacFarlane | 2 | -1/+32 |
2018-10-11 | HTML reader: fix htmlTag and isInlineTag to accept processing instructions. | John MacFarlane | 1 | -0/+13 |
2018-10-10 | Test that Muse reader can parse code with = sign inside | Alexander Krotov | 1 | -0/+2 |
2018-10-10 | Muse reader: fix parsing of empty cells | Alexander Krotov | 1 | -0/+11 |
2018-10-09 | Docx writer: added framework for custom properties. | John MacFarlane | 26 | -0/+0 |
2018-10-08 | Fixed tests for new skylighting. | John MacFarlane | 3 | -9/+9 |
2018-10-08 | LaTeX writer: with `--biblatex`, use `\autocite` when possible. | John MacFarlane | 1 | -0/+22 |
2018-10-07 | RST reader: don't allow single-dash separator in headerless table. | John MacFarlane | 1 | -0/+10 |
2018-10-07 | LaTeX reader: fix bugs omitting raw tex. | John MacFarlane | 4 | -8/+21 |
2018-10-07 | RST reader: pass through fields in unknown directives as div attributes. | John MacFarlane | 1 | -0/+16 |
2018-10-06 | RST writer: use simple tables when possible. | John MacFarlane | 2 | -38/+30 |
2018-10-05 | Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951) | Brian Leung | 1 | -0/+11 |
2018-10-05 | CommonMark writer: add plain text fallbacks. (#4531) | quasicomputational | 1 | -0/+156 |
2018-10-05 | Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950) | Brian Leung | 1 | -0/+29 |
2018-10-05 | OpenDocument writer: Implement table caption numbering (#4949) | Nils Carlson | 1 | -4/+6 |
2018-10-05 | Muse reader: allow table caption to contain "+" | Alexander Krotov | 1 | -0/+8 |
2018-10-03 | OpenDocument writer: Implement figure numbering in captions (#4944) | Nils Carlson | 1 | -1/+1 |
2018-10-02 | OpenDocument writer: improve bullet/numbering alignment. | John MacFarlane | 1 | -189/+567 |
2018-09-30 | Implement `--ascii` (`writerPreferAscii`) in writers, not App. | John MacFarlane | 1 | -0/+45 |
2018-09-29 | LaTeX reader: allow verbatim blocks ending with blank lines. | John MacFarlane | 1 | -0/+30 |
2018-09-28 | Parse empty argument array in inline src blocks. | leungbk | 1 | -0/+7 |
2018-09-27 | JATS writer: remove 'role' attribute on 'bold' and 'sc' elements. | John MacFarlane | 1 | -7/+6 |
2018-09-27 | HTML, Muse reader tests: reduce time taken by round-trip test. | John MacFarlane | 2 | -4/+6 |
2018-09-26 | Force inline code blocks to honor export options. | leungbk | 1 | -0/+8 |
2018-09-25 | Add support for multiprenote and multipostnote arguments in LaTeX. (#4930) | Brian Leung | 1 | -0/+48 |
2018-09-24 | Use hslua v1.0.0 | Albert Krewinkel | 1 | -5/+5 |
2018-09-24 | Merge pull request #4921 from pyssling/master | John MacFarlane | 1 | -92/+92 |
2018-09-23 | ODT Writer: Improve table header row style handling | Nils Carlson | 1 | -92/+92 |
2018-09-22 | Muse reader tests: more tests | Alexander Krotov | 1 | -0/+12 |
2018-09-21 | Muse reader: do not allow code markup to be followed by digit | Alexander Krotov | 1 | -0/+4 |
2018-09-20 | RST reader: fix bug with internal link targets. | John MacFarlane | 1 | -0/+14 |
2018-09-19 | Markdown reader: distinguish autolinks in the AST. | John MacFarlane | 11 | -25/+61 |
2018-09-19 | Lua filter tests: produce better error on test failure | Albert Krewinkel | 1 | -2/+2 |
2018-09-18 | parse rST inlines containing newlines closing #4912 | danse | 1 | -0/+3 |
2018-09-16 | Markdown reader: example_lists should work without startnum. | John MacFarlane | 1 | -0/+16 |
2018-09-16 | Muse writer: replace newlines in strings with spaces | Alexander Krotov | 1 | -0/+1 |
2018-09-15 | add test for --metadata-file | mb21 | 2 | -0/+19 |
2018-09-15 | add test yaml-metadata-blocks.md | mb21 | 1 | -0/+48 |
2018-09-11 | Enable tables in HTML round trip test | Alexander Krotov | 1 | -1/+0 |
2018-09-11 | HTML reader tests: accept Blocks in round trip test | Alexander Krotov | 1 | -2/+2 |
2018-09-11 | Muse reader tests: accept Blocks instead of Block in round trip test | Alexander Krotov | 1 | -2/+2 |
2018-09-11 | Muse writer: set envInsideBlock = True when rendering notes | Alexander Krotov | 1 | -0/+7 |
2018-09-11 | HTML writer: always output <dt> element, even if it is empty | Alexander Krotov | 1 | -0/+5 |
2018-09-11 | Muse writer: check for whitespace in the beginning and end of Str's | Alexander Krotov | 1 | -0/+3 |
2018-09-11 | Muse writer: escape -, ; and > in the beginning of strings | Alexander Krotov | 1 | -0/+10 |
2018-09-11 | Muse writer: escape list markers in the beginning of notes | Alexander Krotov | 1 | -0/+6 |