summaryrefslogtreecommitdiff
path: root/test/command
Commit message (Expand)AuthorAge
* Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane2017-09-07
* Org writer: stop using raw HTML to wrap divsAlbert Krewinkel2017-09-01
* RST reader: Fixed `..include::` directive.John MacFarlane2017-08-27
* LaTeX reader: improved support for \hyperlink, \hypertarget.John MacFarlane2017-08-25
* Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior...John MacFarlane2017-08-20
* LaTeX reader: Set identifiers on Spans used for \label.John MacFarlane2017-08-20
* Markdown reader: use CommonMark rules for list item nesting.John MacFarlane2017-08-19
* Markdown reader: fixed parsing of fenced code after list...John MacFarlane2017-08-18
* LaTeX reader: implement \newtoggle, \iftoggle, \toggletrue|falseJohn MacFarlane2017-08-18
* RST reader/writer: support unknown interpreted text roles...John MacFarlane2017-08-17
* HTML reader: support column alignments.John MacFarlane2017-08-17
* LaTeX reader: use Link instead of Span for `\ref`.John MacFarlane2017-08-16
* LaTeX reader: add Support for `glossaries` and `acronym` package (#3589)schrieveslaach2017-08-16
* Fixed command test #2994 on Windows.John MacFarlane2017-08-16
* Implement multicolumn support for slide formats.John MacFarlane2017-08-14
* Changed command test for #2994 so it actually tests the writer.John MacFarlane2017-08-14
* Put content of \ref, \label commands into span… (#3639)schrieveslaach2017-08-13
* CommonMark writer: prefer pipe tables to HTML tables...John MacFarlane2017-08-13
* Markdown writer: Use pipe tables if `raw_html` disabled...John MacFarlane2017-08-13
* Docx writer: pass through comments.John MacFarlane2017-08-12
* Escape MetaString values (as added with --metadata flag).John MacFarlane2017-08-12
* LaTeX reader: Fixed space after \figurename etc.John MacFarlane2017-08-12
* Fixed data-dir on translations tests.John MacFarlane2017-08-12
* More translation tests.John MacFarlane2017-08-11
* Added simple test for translations.John MacFarlane2017-08-11
* RST reader: implement csv-table directive.John MacFarlane2017-08-10
* LaTeX reader: Use `label` instead of `data-label` for label in caption.John MacFarlane2017-08-09
* CommonMark writer: avoid excess blank lines at end of output.John MacFarlane2017-08-08
* Thread options through CommonMark reader.John MacFarlane2017-08-08
* CommonMark writer: support `hard_line_breaks`, `smart`.John MacFarlane2017-08-08
* Markdown reader: fixed spurious parsing as citation as reference def.John MacFarlane2017-08-07
* LaTeX reader: Support simple `\def` macros.John MacFarlane2017-08-07
* LaTeX reader: Support `\let`.John MacFarlane2017-08-07
* DokuWiki reader: better handling for code block in list item.John MacFarlane2017-08-02
* Small tweak in test (add --wrap=preserve).John MacFarlane2017-07-26
* HTML writer: render raw inline environments when --mathjax used.John MacFarlane2017-07-26
* HTML writer: insert data- in front of unsupported attributes.John MacFarlane2017-07-25
* Merge branch 'textcolor-support' of https://github.com/schrieveslaach/pandoc ...John MacFarlane2017-07-25
|\
| * Merge branch 'master' of https://github.com/jgm/pandoc into textcolor-supportMarc Schreiber2017-07-13
| |\
| * \ Merge branch 'master' into textcolor-supportschrieveslaach2017-06-12
| |\ \
| * | | Add \colorbox supportMarc Schreiber2017-06-01
| * | | Add another test to make sure that textcolor parsing is working in the inside...Marc Schreiber2017-05-23
| * | | Add suggestions of @jgm: parse bracketed stuff as inlinesMarc Schreiber2017-05-23
| * | | \textcolor will be parse as span at the beginning of a paragraphMarc Schreiber2017-05-04
| * | | \textcolor works as inline and block commandMarc Schreiber2017-05-03
| * | | Add block version of \textcolorMarc Schreiber2017-05-03
| * | | Add basic \textcolor support to LaTeX readerMarc Schreiber2017-05-02
* | | | LaTeX reader: support etoolbox's ifstrequal.John MacFarlane2017-07-24
* | | | Added a test case with `markdown-latex_macros`.John MacFarlane2017-07-24
* | | | LaTeX reader: some improvements in macro parsing.John MacFarlane2017-07-24