summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Markdown writer: don't allow soft break in header.John MacFarlane2017-06-12
* Don't allow backslash + newline to affect block structure.John MacFarlane2017-06-11
* Revert "Command tests: small change to try to fix appveyor failures."John MacFarlane2017-06-11
* Command tests: small change to try to fix appveyor failures.John MacFarlane2017-06-11
* Support for \faCheck and \faClose (#3727)schrieveslaach2017-06-11
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane2017-06-01
* Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane2017-06-01
* LaTeX reader: handle some width specifiers on table columns.John MacFarlane2017-06-01
* Org reader: respect export option for tagsAlbert Krewinkel2017-05-31
* Org reader: include tags in headlinesAlbert Krewinkel2017-05-31
* Org reader: recognize babel result blocks with attributesAlbert Krewinkel2017-05-31
* LaTeX reader: handle escaped & inside table cell.John MacFarlane2017-05-29
* Org reader: Fix cite parsing behaviourHerwig Stuetz2017-05-28
* Markdown writer: changes to `--reference-links`.John MacFarlane2017-05-27
* Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2017-05-27
* Allow em for image height/width in HTML, LaTeX.John MacFarlane2017-05-25
* Added `spaced_reference_links` extension.John MacFarlane2017-05-25
* Update command tests to include stderr output.John MacFarlane2017-05-25
* Test.Command: put stderr output at front, so it can be tested.John MacFarlane2017-05-25
* MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane2017-05-25
* Markdown reader: fixed smart quotes after emphasis.John MacFarlane2017-05-24
* Parsing: Provide parseFromString'.John MacFarlane2017-05-24
* RST Reader: parse list table directive (#3688)keiichiro shikano2017-05-23
* Improve SVG image size code.Marc Schreiber2017-05-20
* RST writer: add empty comments when needed...John MacFarlane2017-05-19
* Org reader: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Test updates for latex template changes.John MacFarlane2017-05-18
* Markdown: allow attributes in reference links to start on next line.John MacFarlane2017-05-18
* Markdown writer: Fixed duplicated reference linksJohn MacFarlane2017-05-17
* Org reader: add basic file inclusion mechanismAlbert Krewinkel2017-05-14
* Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane2017-05-16
|\
| * Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth2017-05-15
* | Textile reader: fix bug for certain links in table cells.John MacFarlane2017-05-15
|/
* Replace `repeat' and `take' with `replicate'Alexander Krotov2017-05-12
* Combine grid table parsersAlbert Krewinkel2017-05-11
* LaTeX: Load `parskip` before `hyperref`. (#3654)Václav Haisman2017-05-09
* Muse writer: Indent tables with one space (#3649)Alexander Krotov2017-05-07
* Use fewer quickcheck tests for lua tests, to speed things up.John MacFarlane2017-05-07
* Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane2017-05-06
* LaTeX reader: Better handling of comments inside math environments.John MacFarlane2017-05-06
* Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)schrieveslaach2017-05-06
* ConTeXt template: improved font handling.John MacFarlane2017-05-06
* Org reader: support macrosAlbert Krewinkel2017-05-06
* Muse writer: omit automatic header identifiers (#3633)Alexander Krotov2017-05-04
* Org reader: support table.el tablesAlbert Krewinkel2017-05-03
* Markdown writer: better escaping for links (#3628)David A Roberts2017-05-03
* LaTeX reader: Add support for tabularx environment (#3632)schrieveslaach2017-05-03
* Markdown Writer: put space before reference link definitionsMauro Bieg2017-05-03