Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-28 | improve formatting of formulas in OpenDocument | oltolm | 1 | -0/+2 | |
2017-05-25 | Added `spaced_reference_links` extension. | John MacFarlane | 1 | -4/+0 | |
This is now the default for pandoc's Markdown. It allows whitespace between the two parts of a reference link: e.g. [a] [b] [b]: url This is now forbidden by default. Closes #2602. | |||||
2017-04-01 | OpenDocument writer: wider labels for lists. | John MacFarlane | 1 | -189/+189 | |
This avoids overly narrow labels for ordered lists with () delimiters. However, arguably it creates overly wide labels for bullets. Also, lists now start flush with the margin, rather than indented. Fixes #2421. | |||||
2017-03-15 | OpenDocument writer: use more widely available bullet characters. | John MacFarlane | 1 | -102/+102 | |
The old characters weren't available in some font sets. These seem to work well on Windows and Linux versions of LibreOffice. Closes #1400. | |||||
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+1539 | |