naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.06k stars 326 forks source link

HTML Validator flagging custom tags starting with "a" as unmatched opening tag #230

Closed calculuschild closed 2 years ago

calculuschild commented 7 years ago

In my brew, I have made use of custom HTML tags to generate small icons inline with the text. One of these icons is named < airEl >, and the HTML validator is flagging every use of this tag as "Unmatched opening tag, 'a' tag". There doesn't seem to be an issue on the other custom tags (such as < fireEl >)

Additional Details

Share Link : http://homebrewery.naturalcrit.com/share/SyEA7MxL (this might be temporarily changed to to avoid the issue so I can work on my brew. Problem code is pasted below, but my HTML tags are not appearing in the code preview for some reason, so I replaced the leading < with a ( to keep them from hiding.)

or

Brew code to reproduce :

Click to expand