Skip to content

double escaping in code tags happening #19

@mimoo

Description

@mimoo

if I write something like:

`Uint<LIMBS>`

It will eventually render as:

<code>Uint&lt;LIMBS&gt;</code>

but with this extension it renders as:

<code>Uint&amp;lt;LIMBS&amp;gt;</code>

which displays as Uint&lt;LIMBS&gt; instead of Uint<LIMBS>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions