Category:Pages with syntax highlighting errors
Jump to navigation
Jump to search
This page lists every page that has syntaxhighlighting errors. Usually it is caused by a missing lang
attribute or invalid lang
attribute.
This will cause an error:
<syntaxhighlight>Some code here.</syntaxhighlight>
But this won't:
<syntaxhighlight lang="html">Some code here.</syntaxhighlight>
Invalid lang
attributes will also cause errors. As an example: lang="wikitext"
is invalid but lang="python"
is valid. Here is a list of all valid lang
attributes.
If you have trouble fixing a syntax highlighting errors, ask RationalWiki:Technical support for help as the team who create the Mediawiki extension called SyntaxHighlight do not help with syntax highlighting errors.
Pages in category "Pages with syntax highlighting errors"
The following 15 pages are in this category, out of 15 total.