From a3ab4b8545babfb88b9ffda1cfa85de31ddc57ef Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 5 Dec 2025 11:13:02 +0100 Subject: HTML reader: parse inline style elements as RawInline. 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. --- test/command/10643.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/10643.md (limited to 'test/command') diff --git a/test/command/10643.md b/test/command/10643.md new file mode 100644 index 000000000..2cf41bf20 --- /dev/null +++ b/test/command/10643.md @@ -0,0 +1,11 @@ +``` +% pandoc -f html -t native +

AB

+^D +[ Para + [ Str "A" + , RawInline (Format "html") "" + , Str "B" + ] +] +``` -- cgit v1.2.3