aboutsummaryrefslogtreecommitdiff
path: root/test/command
AgeCommit message (Expand)AuthorFilesLines
2017-08-08CommonMark writer: avoid excess blank lines at end of output.John MacFarlane1-8/+0
2017-08-08Thread options through CommonMark reader.John MacFarlane1-0/+8
2017-08-08CommonMark writer: support `hard_line_breaks`, `smart`.John MacFarlane1-0/+103
2017-08-07Markdown reader: fixed spurious parsing as citation as reference def.John MacFarlane1-0/+15
2017-08-07LaTeX reader: Support simple `\def` macros.John MacFarlane1-0/+28
2017-08-07LaTeX reader: Support `\let`.John MacFarlane1-0/+23
2017-08-02DokuWiki reader: better handling for code block in list item.John MacFarlane1-0/+14
2017-07-26Small tweak in test (add --wrap=preserve).John MacFarlane1-4/+7
2017-07-26HTML writer: render raw inline environments when --mathjax used.John MacFarlane1-0/+29
2017-07-25HTML writer: insert data- in front of unsupported attributes.John MacFarlane1-0/+16
2017-07-25Merge branch 'textcolor-support' of https://github.com/schrieveslaach/pandoc ...John MacFarlane1-0/+127
2017-07-24LaTeX reader: support etoolbox's ifstrequal.John MacFarlane1-0/+10
2017-07-24Added a test case with `markdown-latex_macros`.John MacFarlane1-1/+10
2017-07-24LaTeX reader: some improvements in macro parsing.John MacFarlane1-0/+8
2017-07-22HTML Reader: parse figure and figcaption (#3813)Mauro Bieg1-0/+45
2017-07-21LaTeX reader: handle optional args in raw `\titleformat`.John MacFarlane1-0/+6
2017-07-19LaTeX reader: fixed regression with starred environment names.John MacFarlane1-0/+10
2017-07-13Add LaTeX xspace support (#3797)schrieveslaach1-0/+27
2017-07-13Merge branch 'master' of https://github.com/jgm/pandoc into textcolor-supportMarc Schreiber17-4/+241
2017-07-12Make sure \write18 is parsed as raw LaTeX.John MacFarlane3-1/+18
2017-07-11HTML reader: Ensure that paragraphs are closed properly...John MacFarlane1-0/+7
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane8-3/+98
2017-06-30Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane1-0/+14
2017-06-27RST reader: support anchors.John MacFarlane1-0/+17
2017-06-27RST reader: Handle chained link definitions.John MacFarlane1-0/+9
2017-06-23Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane1-0/+23
2017-06-23Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane1-0/+28
2017-06-20Fixed footnotes in table captions.John MacFarlane1-0/+27
2017-06-12Merge branch 'master' into textcolor-supportschrieveslaach40-4/+1261
2017-06-12Markdown writer: don't allow soft break in header.John MacFarlane1-0/+25
2017-06-11Don't allow backslash + newline to affect block structure.John MacFarlane1-0/+21
2017-06-11Support for \faCheck and \faClose (#3727)schrieveslaach1-0/+13
2017-06-01HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane1-0/+6
2017-06-01Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane1-0/+15
2017-06-01LaTeX reader: handle some width specifiers on table columns.John MacFarlane1-2/+2
2017-06-01Add \colorbox supportMarc Schreiber2-60/+127
2017-05-31Org reader: recognize babel result blocks with attributesAlbert Krewinkel1-0/+44
2017-05-29LaTeX reader: handle escaped & inside table cell.John MacFarlane1-0/+15
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane1-0/+60
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane2-24/+36
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-0/+18
2017-05-25Update command tests to include stderr output.John MacFarlane7-5/+23
2017-05-25MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane1-0/+16
2017-05-24Markdown reader: fixed smart quotes after emphasis.John MacFarlane1-0/+6
2017-05-24Parsing: Provide parseFromString'.John MacFarlane1-0/+8
2017-05-23Add another test to make sure that textcolor parsing is working in the inside...Marc Schreiber1-0/+8
2017-05-23Add suggestions of @jgm: parse bracketed stuff as inlinesMarc Schreiber1-0/+17
2017-05-23RST Reader: parse list table directive (#3688)keiichiro shikano1-0/+289
2017-05-20Improve SVG image size code.Marc Schreiber5-0/+318
2017-05-19RST writer: add empty comments when needed...John MacFarlane1-0/+15