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><A href="<a href="https://addons.mozilla.org/en-US/firefox/addon/auto-tab-discard/">Auto" class="toShorten">https://addons.mozilla.org/en-US/firefox/addon/auto-tab-discard/">Auto</a> Tab Discard</A>
</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>