You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome @quadratz! 👋
HTML is case insensitive, there are no plans to add non-html features to the HTML parser.
It looks like you may be working with XML or JSX.
If you are working with XML consider using https://github.com/syntax-tree/xast-util-from-xml
If you are working with JSX+Markdown consider using https://mdxjs.com/
Initial checklist
Problem
Add an option to preserve the case of HTML tags. This is similar to issue #18, but for HTML tags in general.
Currently, this
will yield
Solution
TabGroup
andTab
should be cased.It should produce this output instead
The text was updated successfully, but these errors were encountered: