[Bug] Code Box disappears

The code box works until I navigate then via “Browse”, then it disappears.
Any ideias?

Bellow is the html of “Back Extra” section of the card in Anki

<em>Alguns identificadores que podem ser utilizados</em><p></p>
<pre><code class="hljs">´<span class="hljs-selector-attr">[:lower:]</span>´ ´<span class="hljs-selector-attr">[:upper:]</span>´ ´<span class="hljs-selector-attr">[:punct:]</span>´ ´<span class="hljs-selector-attr">[:space:]</span>´
</code></pre>
<hr>
<p><strong>Exemplos:</strong><br>
<strong>Substitui todos os espaços em branco por hífens.</strong></p>
<pre><code class="hljs bash language-bash"><span class="hljs-built_in">cat</span> arquivo.txt | <span class="hljs-built_in">tr</span> ` ` `-`
</code></pre>
<p><strong>Remove todos os caracteres de pontuação</strong></p>
<pre><code class="hljs bash language-bash"><span class="hljs-built_in">cat</span> arquivo.txt | <span class="hljs-built_in">tr</span> -d `[:punct:]`
</code></pre>
<p>Tags:</p>

This seems very likely related to your Styling and JavaScript-ing, but you haven’t posted any of that here. So it will be hard for anyone to help.

[Adding]
It aslo looks like you already got a response on your post in Discord – also cross-posted in Reddit.

1 Like