Skip to content

bug: wrong rendering of ... in markdown #2517

@ermshiperete

Description

@ermshiperete

If the markdown document contains code like this:

... > save(StoreName)

it gets rendered as

<code class="language-keyman"><span class="token operator">..</span>. <span class="token operator">&gt;</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>.).

Image

This looks wrong since the first two dots and the greater sign have slightly different colors than the third dot.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcommon/

Type

No fields configured for Bug.

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions