Is there any interest to change the Commonmark spec to produce void elements instead of self-closing tags?
Examples of these are: <hr>, <br>, or <img ...>
These are currently rendered as <hr />, <br />, or <img ... /> which is no longer considered to be valid HTML.