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
Language does not exist asdfl
Problem writing Eleventy templates: (more in DEBUG output)
> Having trouble rendering njk (and markdown) template ./index.md
`TemplateContentRenderError` was thrown
> Cannot read property 'rest' of undefined
The first line mentions that the language doesn't exist, but I didn't realize for quite a while that that warning was the cause of the later fatal error.
Expected Behavior:
Unrecognized languages should give a warning and then simply fail to highlight that syntax.
The text was updated successfully, but these errors were encountered:
porglezomp
changed the title
Confusing error on unrecognized syntax
Confusing error on unrecognized language
Nov 2, 2019
If I use an unrecognized syntax, for instance:
File
index.md
:Then the error is confusing.
The first line mentions that the language doesn't exist, but I didn't realize for quite a while that that warning was the cause of the later fatal error.
Expected Behavior:
Unrecognized languages should give a warning and then simply fail to highlight that syntax.
The text was updated successfully, but these errors were encountered: