pandoc/test/command/7546.md
John MacFarlane df5ae1c186 HTML writer: Don't create invalid data- attribute...
for empty attribute key. (It would be better to make these
unrepresentable in the type system, but for now this is
an improvement.)

Closes #7546.
2021-11-19 08:50:18 -08:00

6 lines
80 B
Markdown

```
% pandoc -t html -f native
Span ("", [], [("","")]) []
^D
<span></span>
```