summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Updated jats tests for new texmath version.John MacFarlane2017-06-30
* Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane2017-06-30
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* data/pandoc.lua: regularize constructors.John MacFarlane2017-06-29
* Lua filters: Remove special treatment of Quoted, Math.John MacFarlane2017-06-29
* Muse reader: parse indented blockquotes (#3769)Alexander Krotov2017-06-28
* RST reader: support anchors.John MacFarlane2017-06-27
* RST reader: Handle chained link definitions.John MacFarlane2017-06-27
* HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed2017-06-27
* Muse writer: fix hlint errors (#3764)Alexander Krotov2017-06-26
* Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov2017-06-26
* Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov2017-06-25
* Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane2017-06-23
* Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane2017-06-23
* Muse reader: check that headers start at the first column (#3749)Alexander Krotov2017-06-20
* Fixed footnotes in table captions.John MacFarlane2017-06-20
* Muse reader: fix list item continuation parsing (#3747)Alexander Krotov2017-06-19
* Added Vimwiki reader (#3705).Yuchen Pei2017-06-19
* Add Muse reader (#3620)Alexander Krotov2017-06-19
* 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