summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* | | | LaTeX reader: some improvements in macro parsing.John MacFarlane2017-07-24
* | | | HTML Reader: parse figure and figcaption (#3813)Mauro Bieg2017-07-22
* | | | Added TikiWiki reader (#3800)rlpowell2017-07-21
* | | | Muse reader: fix reading of lists inside tags (#3802)Alexander Krotov2017-07-21
* | | | LaTeX reader: handle optional args in raw `\titleformat`.John MacFarlane2017-07-21
* | | | LaTeX reader: fixed regression with starred environment names.John MacFarlane2017-07-19
* | | | Fix docx writer test for ghc 8.2.1.John MacFarlane2017-07-15
* | | | Rearrange docx writer roundtrip test.John MacFarlane2017-07-15
* | | | Refactored compareOutput in docx writer testJohn MacFarlane2017-07-14
* | | | Add LaTeX xspace support (#3797)schrieveslaach2017-07-13
| |_|/ |/| |
* | | Fixed #3760. (#3784)Yuchen Pei2017-07-12
* | | Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov2017-07-12