aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-09-22RST reader: Fixed parsing of indented blocks.John MacFarlane
2019-09-22Make `plain` output plainer.John MacFarlane
2019-09-21[Docx Reader] Update testsNikolay Yakimov
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg
2019-09-19Remove admonition-title remnants.John MacFarlane
2019-09-15Lua filters: allow passing of HTML-like tables instead of Attr (#5750)Albert Krewinkel
2019-09-15Revert "FB2 reader test: better diagnostics on failure."John MacFarlane
2019-09-15FB2 reader test: better diagnostics on failure.John MacFarlane
2019-09-14FB2 reader test: Another attempt to fix test failure on GitHub CI.John MacFarlane
2019-09-13Revert "FB2 reader test: filter CRs."John MacFarlane
2019-09-13FB2 reader test: filter CRs.John MacFarlane
2019-09-10Add --shift-heading-level-by option.John MacFarlane
2019-09-09LaTeX reader: Fix parsing of optional arguments that contain braced text.John MacFarlane
2019-09-08Org reader: modify handling of example blocks. (#5717)Brian Leung
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-09-08Revert changes to hierarchicalizeWithIds.John MacFarlane
2019-09-06hierarchicalize: ensure that sections get ids...John MacFarlane
2019-09-06Improve detection of headings in Divs by hierarchicalize.John MacFarlane
2019-09-05Shared.hierarchicalize: improve handling of div and section structure.John MacFarlane
2019-09-05Add div.hanging-indent CSS to HTML templates.John MacFarlane
2019-09-05Add partial styles.html in HTML5 template.John MacFarlane
2019-09-04asciidoc writer: don't include `+` in code blocks for regular asciidoc.John MacFarlane
2019-09-04Roff readers: better parsing of groups.John MacFarlane
2019-09-03XML: change toEntities to emit numerical hex character references.John MacFarlane
2019-09-02LaTeX reader: don't try to parse includes if raw_tex is set.John MacFarlane
2019-09-02HTML writer: use numeric character references with `--ascii`.John MacFarlane
2019-09-02LaTeX reader: properly handle optional arguments for macros.John MacFarlane
2019-08-27LaTeX reader: fix `\\` in `\parbox` inside a table cell.John MacFarlane
2019-08-27Markdown reader: Headers: don't parse content over newline boundary.John MacFarlane
2019-08-27PowerPoint writer: Start numbering at appopriate numbers.Jesse Rosenthal
2019-08-26Add test for issue #5708.John MacFarlane
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-08-24Change optMetadataFile type from Maybe to List (#5702)Owen McGrath
2019-08-23Add test for #5690.John MacFarlane
2019-08-23Ensure proper nesting when we have long ordered list markers.John MacFarlane
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel
2019-08-14LaTeX reader: improve withRaw so it can handle cases where...John MacFarlane
2019-08-14Rename test for 5685 -> 5684 (typo in last commit).John MacFarlane
2019-08-14Add thin space when needed in LaTeX quote ligatures.John MacFarlane
2019-08-11JIRA writer: Remove escapeStringForJira for code blocksJan-Otto Kröpke
2019-07-28Update muse template to handle multiple authors better.John MacFarlane
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-07-24HTML writer: ensure TeX formulas are rendered correctly (#5658)Philip Pesca
2019-07-23HTML writer: render inline formulas correctly with --webtex (#5656)Philip Pesca
2019-07-22Fix error introduced in change to test for 4669.John MacFarlane
2019-07-22LaTeX reader: support tex `\tt` command.John MacFarlane
2019-07-22Org reader: accept ATTR_LATEX in block attributesAlbert Krewinkel
2019-07-20LaTeX writer: fix line breaks at start of paragraph.John MacFarlane
2019-07-20LaTeX reader: search for image with list of extensions...John MacFarlane