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
Currently we use rehype-perse which uses parse5 under the hood. It's a great parser but we are pushing it to the limits with some of the custom syntax in Stencil. Eventually we want to create a custom parser so we don't have to work around these limitations.
Here we can track all the things that depend on the custom HTML parser:
Currently we use
rehype-perse
which usesparse5
under the hood. It's a great parser but we are pushing it to the limits with some of the custom syntax in Stencil. Eventually we want to create a custom parser so we don't have to work around these limitations.Here we can track all the things that depend on the custom HTML parser:
@if
directives #18The text was updated successfully, but these errors were encountered: