Closes #4113.
This commit is contained in:
John MacFarlane 2017-12-03 20:15:40 -08:00
parent d25017fc70
commit 03496d1810

12
test/command/4113.md Normal file
View file

@ -0,0 +1,12 @@
```
% pandoc -t gfm
::::{.bug}
I am a [bug]{#bug}.
::::
^D
<div class="bug">
I am a <span id="bug">bug</span>.
</div>
```