aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-06-01HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane
2017-06-01Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane
2017-06-01LaTeX reader: handle some width specifiers on table columns.John MacFarlane
2017-06-01Add \colorbox supportMarc Schreiber
2017-05-31Org reader: respect export option for tagsAlbert Krewinkel
2017-05-31Org reader: include tags in headlinesAlbert Krewinkel
2017-05-31Org reader: recognize babel result blocks with attributesAlbert Krewinkel
2017-05-29LaTeX reader: handle escaped & inside table cell.John MacFarlane
2017-05-28Org reader: Fix cite parsing behaviourHerwig Stuetz
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane
2017-05-27Org reader: subject full doc tree to headline transformationsAlbert Krewinkel
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane
2017-05-25Added `spaced_reference_links` extension.John MacFarlane
2017-05-25Update command tests to include stderr output.John MacFarlane
2017-05-25Test.Command: put stderr output at front, so it can be tested.John MacFarlane
2017-05-25MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane
2017-05-24Markdown reader: fixed smart quotes after emphasis.John MacFarlane
2017-05-24Parsing: Provide parseFromString'.John MacFarlane
2017-05-23Add another test to make sure that textcolor parsing is working in the inside...Marc Schreiber
2017-05-23Add suggestions of @jgm: parse bracketed stuff as inlinesMarc Schreiber
2017-05-23RST Reader: parse list table directive (#3688)keiichiro shikano
2017-05-20Improve SVG image size code.Marc Schreiber
2017-05-19RST writer: add empty comments when needed...John MacFarlane
2017-05-18Org reader: fix smart parsing behaviorAlbert Krewinkel
2017-05-18Test updates for latex template changes.John MacFarlane
2017-05-18Markdown: allow attributes in reference links to start on next line.John MacFarlane
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel
2017-05-16Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth
2017-05-12Replace `repeat' and `take' with `replicate'Alexander Krotov
2017-05-11Combine grid table parsersAlbert Krewinkel
2017-05-09LaTeX: Load `parskip` before `hyperref`. (#3654)Václav Haisman
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov
2017-05-07Use fewer quickcheck tests for lua tests, to speed things up.John MacFarlane
2017-05-06Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane
2017-05-06LaTeX reader: Better handling of comments inside math environments.John MacFarlane
2017-05-06Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach
2017-05-06ConTeXt template: improved font handling.John MacFarlane
2017-05-06Org reader: support macrosAlbert Krewinkel
2017-05-04\textcolor will be parse as span at the beginning of a paragraphMarc Schreiber
2017-05-04Muse writer: omit automatic header identifiers (#3633)Alexander Krotov
2017-05-03Org reader: support table.el tablesAlbert Krewinkel
2017-05-03\textcolor works as inline and block commandMarc Schreiber
2017-05-03Add block version of \textcolorMarc Schreiber
2017-05-03Markdown writer: better escaping for links (#3628)David A Roberts
2017-05-03LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach