mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
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.
7 lines
80 B
Markdown
7 lines
80 B
Markdown
```
|
|
% pandoc -t html -f native
|
|
Span ("", [], [("","")]) []
|
|
^D
|
|
<span></span>
|
|
```
|