diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/4091.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/4091.md b/test/command/4091.md new file mode 100644 index 000000000..13f3323d1 --- /dev/null +++ b/test/command/4091.md @@ -0,0 +1,6 @@ +``` +% pandoc -f latex +\alert<3>{foo} +^D +<p><span class="alert">foo</span></p> +``` |