157936c927
Another regression from 2.7.x. Closes #6062.
6 lines
170 B
Markdown
6 lines
170 B
Markdown
```
|
|
% pandoc -f native -t html
|
|
[Header 1 ("section",["foo","unnumbered"],[("key","val")]) [Str "1"]]
|
|
^D
|
|
<h1 class="foo unnumbered" data-key="val" id="section">1</h1>
|
|
```
|