Html: support of custom element names?

http://w3c.github.io/webcomponents/spec/custom/

Now even inline custom html elements are not recognized because - in tag names are prohibited. Block custom elements are not recognized at all, because limited by whitelist.

<my-custom-element> will be always rendered as text

See https://github.com/jgm/CommonMark/issues/239

1 Like