Expected behavior
The following code sample renders with syntax highlighting on a wiki with SyntaxHighlight enabled.
<syntaxhighlight lang="json">
{
"key": "value"
}
</syntaxhighlight>Observed behavior
On this page on the API Portal, this sample is not highlighted and the page is marked as having a syntax highlight error.