MD rendering inside code backticks

Am I doing something wrong? Here is the same node twice (cloned). The top one is showing the content as it was entered, and the one after it – how it is being rendered by Checkvist.

I expect it to be rendered as code, the same way this forum renders stuff inside backticks, like this:

[Auto Tab Discard](https://addons.mozilla.org/en-US/firefox/addon/auto-tab-discard/)

In other words:

The checkvist page html is

<pre><code>&lt;A href="<a href="https://addons.mozilla.org/en-US/firefox/addon/auto-tab-discard/&quot;>Auto" class="toShorten">https://addons.mozilla.org/en-US/firefox/addon/auto-tab-discard/"&gt;Auto</a> Tab Discard&lt;/A&gt;
</code></pre>

and I expect it to be

<pre><code>[Auto Tab Discard](https://addons.mozilla.org/en-US/firefox/addon/auto-tab-discard/)
</code></pre>

Hi,

looks like a bug on our side :frowning:

Noted, will try to fix soon.

Thanks!
KIR