aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-11HTML reader: fix htmlTag and isInlineTag to accept processing instructions.John MacFarlane1-0/+13
2018-10-10Test that Muse reader can parse code with = sign insideAlexander Krotov1-0/+2
2018-10-10Muse reader: fix parsing of empty cellsAlexander Krotov1-0/+11
2018-10-09Docx writer: added framework for custom properties.John MacFarlane26-0/+0
2018-10-08Fixed tests for new skylighting.John MacFarlane3-9/+9
2018-10-08LaTeX writer: with `--biblatex`, use `\autocite` when possible.John MacFarlane1-0/+22
2018-10-07RST reader: don't allow single-dash separator in headerless table.John MacFarlane1-0/+10
2018-10-07LaTeX reader: fix bugs omitting raw tex.John MacFarlane4-8/+21
2018-10-07RST reader: pass through fields in unknown directives as div attributes.John MacFarlane1-0/+16
2018-10-06RST writer: use simple tables when possible.John MacFarlane2-38/+30
2018-10-05Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951)Brian Leung1-0/+11
2018-10-05CommonMark writer: add plain text fallbacks. (#4531)quasicomputational1-0/+156
2018-10-05Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)Brian Leung1-0/+29
2018-10-05OpenDocument writer: Implement table caption numbering (#4949)Nils Carlson1-4/+6
2018-10-05Muse reader: allow table caption to contain "+"Alexander Krotov1-0/+8
2018-10-03OpenDocument writer: Implement figure numbering in captions (#4944)Nils Carlson1-1/+1
2018-10-02OpenDocument writer: improve bullet/numbering alignment.John MacFarlane1-189/+567
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane1-0/+45
2018-09-29LaTeX reader: allow verbatim blocks ending with blank lines.John MacFarlane1-0/+30
2018-09-28Parse empty argument array in inline src blocks.leungbk1-0/+7
2018-09-27JATS writer: remove 'role' attribute on 'bold' and 'sc' elements.John MacFarlane1-7/+6
2018-09-27HTML, Muse reader tests: reduce time taken by round-trip test.John MacFarlane2-4/+6
2018-09-26Force inline code blocks to honor export options.leungbk1-0/+8
2018-09-25Add support for multiprenote and multipostnote arguments in LaTeX. (#4930)Brian Leung1-0/+48
2018-09-24Use hslua v1.0.0Albert Krewinkel1-5/+5
2018-09-24Merge pull request #4921 from pyssling/masterJohn MacFarlane1-92/+92
2018-09-23ODT Writer: Improve table header row style handlingNils Carlson1-92/+92
2018-09-22Muse reader tests: more testsAlexander Krotov1-0/+12
2018-09-21Muse reader: do not allow code markup to be followed by digitAlexander Krotov1-0/+4
2018-09-20RST reader: fix bug with internal link targets.John MacFarlane1-0/+14
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane11-25/+61
2018-09-19Lua filter tests: produce better error on test failureAlbert Krewinkel1-2/+2
2018-09-18parse rST inlines containing newlines closing #4912danse1-0/+3
2018-09-16Markdown reader: example_lists should work without startnum.John MacFarlane1-0/+16
2018-09-16Muse writer: replace newlines in strings with spacesAlexander Krotov1-0/+1
2018-09-15add test for --metadata-filemb212-0/+19
2018-09-15add test yaml-metadata-blocks.mdmb211-0/+48
2018-09-11Enable tables in HTML round trip testAlexander Krotov1-1/+0
2018-09-11HTML reader tests: accept Blocks in round trip testAlexander Krotov1-2/+2
2018-09-11Muse reader tests: accept Blocks instead of Block in round trip testAlexander Krotov1-2/+2
2018-09-11Muse writer: set envInsideBlock = True when rendering notesAlexander Krotov1-0/+7
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov1-0/+5
2018-09-11Muse writer: check for whitespace in the beginning and end of Str'sAlexander Krotov1-0/+3
2018-09-11Muse writer: escape -, ; and > in the beginning of stringsAlexander Krotov1-0/+10
2018-09-11Muse writer: escape list markers in the beginning of notesAlexander Krotov1-0/+6
2018-09-11Muse writer: normalize inline list before testing if tags should be usedAlexander Krotov1-0/+1
2018-09-11Muse writer: use tags instead of lightweight markup for empty stringsAlexander Krotov1-0/+4
2018-09-10Make HTML5 header easier to style precisely in default template (#4767)J. B. Rainsberger1-1/+1
2018-09-10Remove RawBlock from HTML round trip testsAlexander Krotov1-0/+1
2018-09-10HTML reader: test round trip propertyAlexander Krotov1-0/+23