aboutsummaryrefslogtreecommitdiff
path: root/test/command/4527.md
AgeCommit message (Collapse)AuthorFilesLines
2018-10-07LaTeX reader: fix bugs omitting raw tex.John MacFarlane1-2/+17
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.
2018-04-05CommonMark writer: correctly ignore LaTeX raw blocks when not raw_tex (#4533)quasicomputational1-0/+21
Issue #4527.