MichaelHatherly / CommonMark.jl

A CommonMark-compliant Markdown parser for Julia.
Other
84 stars 11 forks source link

Allow `_` in HTML tag name #36

Closed fonsp closed 2 years ago

fonsp commented 2 years ago

Not super important, but I found that _ is a legal character in HTML tags

Schermafbeelding 2021-12-22 om 11 04 14
MichaelHatherly commented 2 years ago

Is it valid according to the spec? https://spec.commonmark.org/0.30 and what do the reference implementations do?

If not then it'll need to be discussed upstream and approved there first.

fonsp commented 2 years ago

I see, it doesn't match cm spec, let's close!