mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 11:46:56 +00:00
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