Closed Raza403 closed 10 months ago
Trailing slashes on void elements have no effect and interact badly with unquoted attribute values. Suggest removing trailing slashes from void elements such as img, hr, or br.
img
hr
br
kramdown outputs valid XHTML, so the trailing slash is needed.
Related discussion for cross reference:
https://groups.google.com/g/kramdown-users/c/m8I_hHFALk0?pli=1
Trailing slashes on void elements have no effect and interact badly with unquoted attribute values. Suggest removing trailing slashes from void elements such as
img
,hr
, orbr
.