pandoc/test/command
John MacFarlane 47a16065c4 Removed --parse-raw and readerParseRaw.
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
2017-02-06 23:33:23 +01:00
..
3422.md Handle language in inline code with --listings. 2017-02-05 22:22:42 +01:00
parse-raw.md Removed --parse-raw and readerParseRaw. 2017-02-06 23:33:23 +01:00
smart.md More smart escaping tests. 2017-02-04 22:09:19 +01:00