summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/command/8534.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/8534.md b/test/command/8534.md
new file mode 100644
index 000000000..caddac347
--- /dev/null
+++ b/test/command/8534.md
@@ -0,0 +1,11 @@
+```
+% pandoc -f html -t texinfo
+<html>
+foo <code>bar <var>baz</var> bar</code> foo
+</html>
+^D
+@node Top
+@top Top
+
+foo @code{bar }@code{@var{baz}}@code{ bar} foo
+```