Hi. I'm trying to add json-ld schema to my wiki's templates for microdata, but mediawiki renders the code as text and shows up in the page. Any way this extension can handle that?
For example, this
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "MusicAlbum",
"byArtist": {
"@type": "MusicGroup",
"name": "Radiohead"
},
"genre": "Alt/Punk",
"image": "king-of-limbs.jpg",
"name": "King of Limbs",
"numTracks": "8"
}
</script>