If the markdown document contains code like this:
it gets rendered as
<code class="language-keyman"><span class="token operator">..</span>. <span class="token operator">></span> <span class="token rule-keyword keyword">save</span><span class="token punctuation">(</span>StoreName<span class="token punctuation">)</span></code>
(the ... rendered as <span class="token operator">..</span>.).
This looks wrong since the first two dots and the greater sign have slightly different colors than the third dot.
If the markdown document contains code like this:
it gets rendered as
(the
...rendered as<span class="token operator">..</span>.).This looks wrong since the first two dots and the greater sign have slightly different colors than the third dot.