aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-12Pass through aria- attributes to HTML5.John MacFarlane1-0/+8
2019-07-10RST reader: keep `name` property in `imgAttr`. (#5637)Brian Leung1-0/+10
2019-07-06Markdown reader: handle inline code more eagerly within lists. (#5628)Brian Leung1-0/+83
2019-06-21Support epigraph command in LaTeX Reader.oquechy1-0/+31
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane1-0/+8
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane1-0/+10
2019-06-10Asciidoc writer: use doubled ## when necessary for spans.John MacFarlane1-0/+6
2019-06-10Asciidoc writer: ensure correct nesting strong/emph.John MacFarlane1-0/+6
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane1-0/+8
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane1-0/+6
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane1-0/+6
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane1-0/+9
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane1-0/+8
2019-05-29HTML writer: output video and audio elementsmb216-5/+24
2019-05-28Remove command test for #5517.John MacFarlane1-32/+0
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg3-5/+5
2019-05-28Add test for relative file: URI to #5517.John MacFarlane1-0/+6
2019-05-28Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)Mauro Bieg1-0/+26
2019-05-25HTML reader: trim definition list termsAlexander Krotov1-0/+17
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane1-0/+14
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal1-0/+18
2019-05-12Org writer: always indent src blocks content by 2 spacesAlbert Krewinkel1-6/+6
2019-05-01Fix footnote in image caption.John MacFarlane1-0/+12
2019-04-30HTML: prevent gratuitious emojification on iOS.John MacFarlane1-1/+1
2019-04-15RST writer: treat Span as transparent.John MacFarlane1-0/+6
2019-04-02Update command test #5416 to make it windows friendlyJohn MacFarlane1-2/+4
2019-04-01Dokuwiki Reader fix: parse single curly brace (#5417)Mauro Bieg1-0/+11
2019-03-29LaTeX writer: Avoid inadvertently creating ?` or !` ligatures.John MacFarlane1-0/+14
2019-03-28Markdown reader: fenced div takes priority over setext header.John MacFarlane1-0/+9
2019-03-22LaTeX writer: Fix footnotes in table caption and cells.John MacFarlane1-0/+44
2019-03-18Improved fix to #5340 and added test.John MacFarlane1-0/+14