summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Changed command test for #2994 so it actually tests the writer.John MacFarlane2017-08-14
* Fixed command tests to set local path.John MacFarlane2017-08-13
* 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
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-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
* Command tests; print stderr when a test fails.John MacFarlane2017-08-11
* Fixed writer tests not to use writerUserDataDir.John MacFarlane2017-08-10
* RST reader: implement csv-table directive.John MacFarlane2017-08-10
* Org reader: use org-language attribute rather than data-org-language.John MacFarlane2017-08-09
* Org reader: use tag-name attribute instead of data-tag-name.John MacFarlane2017-08-09
* LaTeX reader: Use `label` instead of `data-label` for label in caption.John MacFarlane2017-08-09
* HTML reader: parse <main> like <div role=main>. (#3791)bucklereed2017-08-09
* Muse writer: update test results (#3845)Alexander2017-08-08
* Muse writer: insert two blanklines between lists of the same type (#3844)Alexander2017-08-08
* 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
* Muse reader: debug indented paragraph support (#3839)Alexander2017-08-06
* Docx reader: Add tests for avoiding zero-level header.Jesse Rosenthal2017-08-06
* Muse reader: debug list and list item separation rules (#3837)Alexander2017-08-06
* LaTeX reader: plainbreak, fancybreak et al from the memoir class (#3833)bucklereed2017-08-05
* Muse reader: do not allow headers in blockquotes (#3831)Alexander Krotov2017-08-03
* DokuWiki reader: better handling for code block in list item.John MacFarlane2017-08-02
* Markdown writer: better escaping of `<` and `>`.John MacFarlane2017-07-30
* Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane2017-07-30
* 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