aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov2-3/+14
2017-07-12Make sure \write18 is parsed as raw LaTeX.John MacFarlane4-2/+19
2017-07-11HTML reader: Ensure that paragraphs are closed properly...John MacFarlane1-0/+7
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane12-8/+103
2017-06-30Updated jats tests for new texmath version.John MacFarlane1-1/+1
2017-06-30Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane1-0/+14
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane1-2/+2
2017-06-29data/pandoc.lua: regularize constructors.John MacFarlane2-3/+3
2017-06-29Lua filters: Remove special treatment of Quoted, Math.John MacFarlane1-2/+4
2017-06-28Muse reader: parse indented blockquotes (#3769)Alexander Krotov1-1/+6
2017-06-27RST reader: support anchors.John MacFarlane1-0/+17
2017-06-27RST reader: Handle chained link definitions.John MacFarlane1-0/+9
2017-06-27HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed1-0/+6
2017-06-26Muse writer: fix hlint errors (#3764)Alexander Krotov1-2/+2
2017-06-26Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov1-1/+12
2017-06-25Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov1-0/+8
2017-06-23Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane1-0/+23
2017-06-23Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane1-0/+28
2017-06-20Muse reader: check that headers start at the first column (#3749)Alexander Krotov1-0/+17
2017-06-20Fixed footnotes in table captions.John MacFarlane1-0/+27
2017-06-19Muse reader: fix list item continuation parsing (#3747)Alexander Krotov1-0/+13
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei3-0/+723
2017-06-19Add Muse reader (#3620)Alexander Krotov2-0/+266
2017-06-12Markdown writer: don't allow soft break in header.John MacFarlane1-0/+25
2017-06-11Don't allow backslash + newline to affect block structure.John MacFarlane3-5/+22
2017-06-11Revert "Command tests: small change to try to fix appveyor failures."John MacFarlane1-4/+3
2017-06-11Command tests: small change to try to fix appveyor failures.John MacFarlane1-3/+4
2017-06-11Support for \faCheck and \faClose (#3727)schrieveslaach1-0/+13
2017-06-11Switched Writer types to use Text.John MacFarlane12-19/+30
2017-06-10Changed all readers to take Text instead of String.John MacFarlane11-576/+598
2017-06-01HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane1-0/+6
2017-06-01Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane1-0/+15
2017-06-01LaTeX reader: handle some width specifiers on table columns.John MacFarlane1-2/+2
2017-05-31Org reader: respect export option for tagsAlbert Krewinkel1-0/+6
2017-05-31Org reader: include tags in headlinesAlbert Krewinkel1-17/+19
2017-05-31Org reader: recognize babel result blocks with attributesAlbert Krewinkel1-0/+44
2017-05-29LaTeX reader: handle escaped & inside table cell.John MacFarlane1-0/+15
2017-05-28Org reader: Fix cite parsing behaviourHerwig Stuetz1-0/+36
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane1-0/+60
2017-05-27Org reader: subject full doc tree to headline transformationsAlbert Krewinkel1-2/+16
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane3-36/+48
2017-05-25Added `spaced_reference_links` extension.John MacFarlane31-211/+1082
2017-05-25Update command tests to include stderr output.John MacFarlane7-5/+23
2017-05-25Test.Command: put stderr output at front, so it can be tested.John MacFarlane1-3/+3
2017-05-25MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane1-0/+16
2017-05-24Markdown reader: fixed smart quotes after emphasis.John MacFarlane1-0/+6
2017-05-24Parsing: Provide parseFromString'.John MacFarlane1-0/+8
2017-05-23RST Reader: parse list table directive (#3688)keiichiro shikano1-0/+289
2017-05-20Improve SVG image size code.Marc Schreiber5-0/+318
2017-05-19RST writer: add empty comments when needed...John MacFarlane2-0/+21