Category:Pages with syntax highlighting errors

From Mudlet
Revision as of 10:28, 16 February 2026 by Dt192 (talk | contribs)
Jump to navigation Jump to search

This page lists wiki pages that use Syntax Highlighting extension - but for whatever reason the extension refuses to highlight given texts within the pages listed.

Notice: This page is generated by the extension! It doesn't give any indication WHY the pages are listed, just that they have a problem...

Super helpful, I know. Very Wiki of them!

  • All syntaxhighlight tags need a lang property set, if unsure use text
  • The markup/code should be valid, don't use comments in a json block, don't use console output in a lua block etc.
  • You can use the inline property for inline code and more

Example:

Format code inline <syntaxhighlight lang="lua" inline>local a = 1</syntaxhighlight> or
<syntaxhighlight lang="lua">
-- use code blocks
local a = 1
</syntaxhighlight>

Format code inline local a = 1 or

-- use code blocks
local a = 1

Pages in category "Pages with syntax highlighting errors"

The following 3 pages are in this category, out of 3 total.