mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
157936c927
Another regression from 2.7.x. Closes #6062.
170 B
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>