aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2021-05-27 15:28:54 +0200
committerJohn MacFarlane <[email protected]>2022-08-01 10:03:48 -0700
commit7a4afce60c932add21b9ea4914d8eb61e3de732e (patch)
tree7ccf9ec566d1f787e7ba42677f8beec6280ac005 /test/command
parentf4a7c0b79980975b43dcbacb65377c26e8a34a35 (diff)
Markdown reader: allow special span classes in any position
Diffstat (limited to 'test/command')
-rw-r--r--test/command/nested-spanlike.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/nested-spanlike.md b/test/command/nested-spanlike.md
index 98d634052..f3e1cd341 100644
--- a/test/command/nested-spanlike.md
+++ b/test/command/nested-spanlike.md
@@ -2,5 +2,5 @@
% 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>
+<p><kbd id="bar"><u><span class="smallcaps">test</span></u></kbd></p>
```