diff options
| author | Gokul Rajiv <gokul.rajiv99@gmail.com> | 2024-01-23 14:36:31 +0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-01-23 14:13:51 -0800 |
| commit | 254ebeb68bd0e94d513e7e8f4037ec2768b38145 (patch) | |
| tree | 03b3289e15ef54b98cea2eed027ffc760c840cb7 | |
| parent | e9bd6285e3cd645715fd8fbcfe624f7c6b97e698 (diff) | |
add testcase
| -rw-r--r-- | test/command/8534.md | 11 |
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 +``` |
