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
Did something change between 0.36 (working) to now? I haven't dug in but if there is now validation happening then that puts us out as our syntax highlighting is identical to heex but we don't validate as heex
The text was updated successfully, but these errors were encountered:
The bug was in ExDoc accidentally swallowing the error message. Once that was fixed, we got this:
** (RuntimeError) The HEEx / EEx+HTML lexer requires an HTML lexer to be registered. You can do this for example by including
{:makeup_html, "~> 1.0"}
in your project's dependencies.
So add that as a dependency and you should be good to go!
I'm cutting a new release of LVN and we use the
heex
code fence for syntax highlighting of our projects.this hasn't been an issue in the past, but today I'm getting this warning during documentation compilation:
Here is the document:
Did something change between 0.36 (working) to now? I haven't dug in but if there is now validation happening then that puts us out as our syntax highlighting is identical to
heex
but we don't validate asheex
The text was updated successfully, but these errors were encountered: