-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax Highlighting Infinite Loops #1211
Comments
There's an issue with the js syntax, try to use the ts instead. |
I got bitten by the same problem: Zola hangs (infinite loop) when there is a JSON code block labeled as JavaScript. It's going through when annotated with |
I'll try to update the JS syntax for the next release since it seems to be main culprit :/ |
Keats
added a commit
that referenced
this issue
Dec 15, 2020
Should be fixed now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
I've encountered a few instances where attempting to highlight semi-valid syntax fragments causes
zola build
to never terminate.Environment
Zola version: 0.11.0
Expected Behavior
The build should complete, although the snippet might be mis-highlighted.
Current Behavior
The build doesn't terminate.
Step to reproduce
This snippet was the latest one to trigger the problem for me:
The text was updated successfully, but these errors were encountered: