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.
If I use an unrecognized syntax, for instance:
File
index.md
:Language does not exist asdfl Problem writing Eleventy templates: (more in DEBUG output)
TemplateContentRenderError
was thrownThe 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.