aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)Author
2017-10-30Added failing command test for #4007.John MacFarlane
2017-10-24Fenced divs: ensure that paragraph at end doesn't become Plain.John MacFarlane
2017-10-23Back to using [WARNING] and [INFO] to mark messages.John MacFarlane
2017-10-23Implemented fenced Divs.John MacFarlane
2017-10-23HTML reader: `htmlTag` improvements.John MacFarlane
2017-10-23More pleasing presentation of warnings and info messages.John MacFarlane
2017-10-23Fixed test for change in log level.John MacFarlane
2017-10-22LaTeX Reader: support \lettrinemb21
2017-10-19LaTeX reader: support `\expandafter`.John MacFarlane
2017-10-16Revised command test 3971 to work with Windows.John MacFarlane
2017-10-16Improved handling of include files in LaTeX reader.John MacFarlane
2017-10-16RST writer: correctly handle inline code containing backticks.John MacFarlane
2017-10-16RST writer: don't backslash-escape word-internal punctuation.John MacFarlane
2017-10-11ConTeXt writer: Use identifiers for chapters.John MacFarlane
2017-10-08Add test - closes #3958.John MacFarlane
2017-10-02Markdown reader: Fixed bug with indented code following raw LaTeX.John MacFarlane
2017-09-27RST writer: add header anchors when header has non-standard id.John MacFarlane
2017-09-17Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.John MacFarlane
2017-09-12Textile reader: allow 'pre' code in list item.John MacFarlane
2017-09-07Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane
2017-09-01Org writer: stop using raw HTML to wrap divsAlbert Krewinkel
2017-08-27RST reader: Fixed `..include::` directive.John MacFarlane
2017-08-25LaTeX reader: improved support for \hyperlink, \hypertarget.John MacFarlane
2017-08-20Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior...John MacFarlane
2017-08-20LaTeX reader: Set identifiers on Spans used for \label.John MacFarlane
2017-08-19Markdown reader: use CommonMark rules for list item nesting.John MacFarlane
2017-08-18Markdown reader: fixed parsing of fenced code after list...John MacFarlane
2017-08-18LaTeX reader: implement \newtoggle, \iftoggle, \toggletrue|falseJohn MacFarlane
2017-08-17RST reader/writer: support unknown interpreted text roles...John MacFarlane
2017-08-17HTML reader: support column alignments.John MacFarlane
2017-08-16LaTeX reader: use Link instead of Span for `\ref`.John MacFarlane
2017-08-16LaTeX reader: add Support for `glossaries` and `acronym` package (#3589)schrieveslaach
2017-08-16Fixed command test #2994 on Windows.John MacFarlane
2017-08-14Implement multicolumn support for slide formats.John MacFarlane
2017-08-14Changed command test for #2994 so it actually tests the writer.John MacFarlane
2017-08-13Put content of \ref, \label commands into span… (#3639)schrieveslaach
2017-08-13CommonMark writer: prefer pipe tables to HTML tables...John MacFarlane
2017-08-13Markdown writer: Use pipe tables if `raw_html` disabled...John MacFarlane
2017-08-12Docx writer: pass through comments.John MacFarlane
2017-08-12Escape MetaString values (as added with --metadata flag).John MacFarlane
2017-08-12LaTeX reader: Fixed space after \figurename etc.John MacFarlane
2017-08-12Fixed data-dir on translations tests.John MacFarlane
2017-08-11More translation tests.John MacFarlane
2017-08-11Added simple test for translations.John MacFarlane
2017-08-10RST reader: implement csv-table directive.John MacFarlane
2017-08-09LaTeX reader: Use `label` instead of `data-label` for label in caption.John MacFarlane
2017-08-08CommonMark writer: avoid excess blank lines at end of output.John MacFarlane
2017-08-08Thread options through CommonMark reader.John MacFarlane
2017-08-08CommonMark writer: support `hard_line_breaks`, `smart`.John MacFarlane
2017-08-07Markdown reader: fixed spurious parsing as citation as reference def.John MacFarlane