mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
a3ab4b8545
This is a cleaner fix to #10643 than the reverted commit 7fe8c92.
Styles are not stripped, but with this change they will not
interfere with inline parsing.
Closes #11246.
156 B
156 B
% pandoc -f html -t native
<p>A<style></style>B</p>
^D
[ Para
[ Str "A"
, RawInline (Format "html") "<style></style>"
, Str "B"
]
]