diff options
| author | Albert Krewinkel <[email protected]> | 2021-05-27 15:28:54 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-01 10:03:48 -0700 |
| commit | 7a4afce60c932add21b9ea4914d8eb61e3de732e (patch) | |
| tree | 7ccf9ec566d1f787e7ba42677f8beec6280ac005 /test/command | |
| parent | f4a7c0b79980975b43dcbacb65377c26e8a34a35 (diff) | |
Markdown reader: allow special span classes in any position
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/nested-spanlike.md | 2 |
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> ``` |
