aboutsummaryrefslogtreecommitdiff
path: root/test/command/3577.md
AgeCommit message (Collapse)AuthorFilesLines
2018-10-07LaTeX reader: fix bugs omitting raw tex.John MacFarlane1-2/+0
The default is `-raw_tex`, so no raw tex should result unless we explicitly say `+raw_tex`. Previously some raw commands did make it through. Closes #4527.
2017-07-12Make sure \write18 is parsed as raw LaTeX.John MacFarlane1-0/+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-04-24LaTeX reader: better support for subfigure package.John MacFarlane1-0/+35
A figure with two subfigures turns into two pandoc figures; the subcaptions are used and the main caption ignored, unless there are no subcaptions. Closes #3577.