aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Add support for reading & writing <mark> elementsFlorian B1-0/+20
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio1-0/+20
2019-10-11Fix `gfm_auto_identifiers` behavior with emojis.John MacFarlane1-0/+6
2019-10-11Markdown writer: prefer pipe_tables to raw html...John MacFarlane1-21/+3
2019-10-10`--metadata-file`: when multiple files specified, second takes precedence...John MacFarlane2-2/+2
2019-10-10Make some writers sensitive to 'unlisted' class on headings.John MacFarlane1-0/+18
2019-10-09RST writer: proper handling of :align: on figures, images.John MacFarlane1-0/+22
2019-09-24odt: Add external option for native numberingNils Carlson2-0/+78
2019-09-22Improve test #5753John MacFarlane1-2/+2
2019-09-22RST reader: Fixed parsing of indented blocks.John MacFarlane1-0/+15
2019-09-22Make `plain` output plainer.John MacFarlane1-1/+1
2019-09-19Remove admonition-title remnants.John MacFarlane1-1/+1
2019-09-10Add --shift-heading-level-by option.John MacFarlane1-0/+33
2019-09-09LaTeX reader: Fix parsing of optional arguments that contain braced text.John MacFarlane1-0/+9
2019-09-08Org reader: modify handling of example blocks. (#5717)Brian Leung1-0/+60
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane4-12/+2
2019-09-08Revert changes to hierarchicalizeWithIds.John MacFarlane1-56/+0
2019-09-06hierarchicalize: ensure that sections get ids...John MacFarlane1-5/+5
2019-09-06Improve detection of headings in Divs by hierarchicalize.John MacFarlane1-5/+7
2019-09-05Shared.hierarchicalize: improve handling of div and section structure.John MacFarlane1-0/+54
2019-09-04Roff readers: better parsing of groups.John MacFarlane1-0/+7
2019-09-03XML: change toEntities to emit numerical hex character references.John MacFarlane1-3/+3
2019-09-02LaTeX reader: don't try to parse includes if raw_tex is set.John MacFarlane1-5/+2
2019-09-02HTML writer: use numeric character references with `--ascii`.John MacFarlane1-1/+1
2019-09-02LaTeX reader: properly handle optional arguments for macros.John MacFarlane1-0/+8
2019-08-27LaTeX reader: fix `\\` in `\parbox` inside a table cell.John MacFarlane1-0/+13
2019-08-27Markdown reader: Headers: don't parse content over newline boundary.John MacFarlane1-0/+13
2019-08-26Add test for issue #5708.John MacFarlane1-0/+12
2019-08-25Use new doctemplates, doclayout.John MacFarlane4-5/+0
2019-08-24Change optMetadataFile type from Maybe to List (#5702)Owen McGrath3-0/+9
2019-08-23Add test for #5690.John MacFarlane1-0/+16
2019-08-23Ensure proper nesting when we have long ordered list markers.John MacFarlane1-0/+11
2019-08-14LaTeX reader: improve withRaw so it can handle cases where...John MacFarlane1-0/+9
2019-08-14Rename test for 5685 -> 5684 (typo in last commit).John MacFarlane1-0/+0
2019-08-14Add thin space when needed in LaTeX quote ligatures.John MacFarlane1-0/+6
2019-07-24HTML writer: ensure TeX formulas are rendered correctly (#5658)Philip Pesca1-1/+1
2019-07-23HTML writer: render inline formulas correctly with --webtex (#5656)Philip Pesca1-0/+14
2019-07-22Fix error introduced in change to test for 4669.John MacFarlane1-1/+1
2019-07-22LaTeX reader: support tex `\tt` command.John MacFarlane2-1/+7
2019-07-20LaTeX writer: fix line breaks at start of paragraph.John MacFarlane1-0/+18
2019-07-20LaTeX reader: search for image with list of extensions...John MacFarlane1-0/+6
2019-07-19Markdown: Ensure that expanded latex macros end with space if original did.John MacFarlane1-0/+9
2019-07-18Markdown writer: prefer using raw_attribute when enabled.John MacFarlane3-8/+8
2019-07-18HTML writer: ensure that line numbers in code blocks get id-prefix.John MacFarlane1-0/+22
2019-07-16Dokuwiki writer: handle mixed lists without HTML fallback.John MacFarlane1-0/+25
2019-07-13Fix #4499: add mbox and hbox handling to LaTeX reader (#5586)Vasily Alferov1-0/+87
2019-07-13Man writer: Improved definition list term output.John MacFarlane1-1/+1
2019-07-13Man writer: fixed boldfacing of definition terms.John MacFarlane1-0/+9
2019-07-13LaTeX reader: Properly handle \providecommand and environment...John MacFarlane1-0/+23
2019-07-13fix filename and issue reference of previous commitmb211-0/+0