aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-06Checkpoint.John MacFarlane
2017-07-06Checkpoint.John MacFarlane
2017-07-06Get rid of readerApplyMacros in ReaderOptions.John MacFarlane
2017-07-06Checkpoint.John MacFarlane
2017-07-05Checkpoint.John MacFarlane
2017-07-05Removed texmath macro material from Markdown reader.John MacFarlane
2017-07-05Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-30Updated jats tests for new texmath version.John MacFarlane
2017-06-30Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane
2017-06-29data/pandoc.lua: regularize constructors.John MacFarlane
2017-06-29Lua filters: Remove special treatment of Quoted, Math.John MacFarlane
2017-06-28Muse reader: parse indented blockquotes (#3769)Alexander Krotov
2017-06-27RST reader: support anchors.John MacFarlane
2017-06-27RST reader: Handle chained link definitions.John MacFarlane
2017-06-27HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed
2017-06-26Muse writer: fix hlint errors (#3764)Alexander Krotov
2017-06-26Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov
2017-06-25Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov
2017-06-23Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane
2017-06-23Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane
2017-06-20Muse reader: check that headers start at the first column (#3749)Alexander Krotov
2017-06-20Fixed footnotes in table captions.John MacFarlane
2017-06-19Muse reader: fix list item continuation parsing (#3747)Alexander Krotov
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei
2017-06-19Add Muse reader (#3620)Alexander Krotov
2017-06-12Markdown writer: don't allow soft break in header.John MacFarlane
2017-06-11Don't allow backslash + newline to affect block structure.John MacFarlane
2017-06-11Revert "Command tests: small change to try to fix appveyor failures."John MacFarlane
2017-06-11Command tests: small change to try to fix appveyor failures.John MacFarlane
2017-06-11Support for \faCheck and \faClose (#3727)schrieveslaach
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-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