aboutsummaryrefslogtreecommitdiff
path: root/test/command/parse-raw.md
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18Markdown writer: prefer using raw_attribute when enabled.John MacFarlane1-2/+2
The `raw_attribute` will be used to mark raw bits, even HTML and LaTeX, and even when `raw_html` and `raw_tex` are enabled, as they are by default. To get the old behavior, disable `raw_attribute` in the writer. Closes #4311.
2017-10-23Fixed test for change in log level.John MacFarlane1-3/+0
2017-05-25Update command tests to include stderr output.John MacFarlane1-0/+3
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-0/+27
These were confusing. Now we rely on the +raw_tex or +raw_html extension with latex or html input. Thus, instead of --parse-raw -f latex we use -f latex+raw_tex and instead of --parse-raw -f html we use -f html+raw_html