Template:Unstyled inline syntax
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.
{{{1}}}
Usage
This template generates syntax highlighting using the "<syntaxhighlight>" tag, but doesn't have a code-element-like style.
Example
{{Unstyled inline syntax|lang=css|code=a[href]::after { content: " (" attr(href) ")" } /* the preceding code allows people to know what links link to */}} returns a[href]::after { content: " (" attr(href) ")" } /* the preceding code allows people to know what links link to */