diff options
Diffstat (limited to 'test/command/nested-spanlike.md')
| -rw-r--r-- | test/command/nested-spanlike.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/nested-spanlike.md b/test/command/nested-spanlike.md new file mode 100644 index 000000000..98d634052 --- /dev/null +++ b/test/command/nested-spanlike.md @@ -0,0 +1,6 @@ +``` +% pandoc -f markdown -t html +[test]{.foo .underline #bar .smallcaps .kbd} +^D +<p><u id="bar"><span class="smallcaps"><kbd>test</kbd></span></u></p> +``` |
