aboutsummaryrefslogtreecommitdiff
path: root/test/command/3816.md
AgeCommit message (Collapse)Author
2017-07-26Small tweak in test (add --wrap=preserve).John MacFarlane
2017-07-26HTML writer: render raw inline environments when --mathjax used.John MacFarlane
We previously did this only with raw blocks, on the assumption that math environments would always be raw blocks. This has changed since we now parse them as inline environments. Closes #3816.