-
-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Labels
Description
Current behavior is that duplicate attributes in HTML tags overwrite previous values:
$ kramdown -ihtml -okramdown <<<'<a href="a" href="b">c</a>'
[c](b)
$ kramdown -ihtml -okramdown <<<'<img src="a" src="b" alt="c" alt="d"/>'

I would at least expect a warning in such a case.
Reactions are currently unavailable