aboutsummaryrefslogtreecommitdiff
path: root/test/command/3494.md
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12Make sure \write18 is parsed as raw LaTeX.John MacFarlane1-1/+2
The change is in the LaTeX reader's treatment of raw commands, but it also affects the Markdown reader.
2017-05-25Update command tests to include stderr output.John MacFarlane1-1/+1
2017-03-06LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane1-0/+40
as well as block contexts. Closes #3494.