diff options
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/10643.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 +<p>A<style></style>B</p> +^D +[ Para + [ Str "A" + , RawInline (Format "html") "<style></style>" + , Str "B" + ] +] +``` |
