5608dc01e5
This prevents emitting invalid HTML. Ultimately it would be good to prevent this in the types themselves, but this is better for now. T.P.Logging: Add DuplicateAttribute constructor to LogMessage. [API change]
7 lines
206 B
Markdown
7 lines
206 B
Markdown
```
|
|
% pandoc
|
|
[span]{.foobar style="color:blue" class="zip" style="color:red"}
|
|
^D
|
|
[WARNING] Ignoring duplicate attribute style="color:red".
|
|
<p><span class="foobar zip" style="color:blue">span</span></p>
|
|
```
|