pandoc/test/command/6062.md
John MacFarlane 157936c927 HTML writer: fix duplicate attributes on headings.
Another regression from 2.7.x. Closes #6062.
2020-01-12 15:18:37 -08:00

170 B

% 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>