Skip to content

the URL gets html escaped twice #63

@lyricat

Description

@lyricat

similar issue: #55
symptos:

![Google](https://google.com?a=1&b=2)

will become:

![Google](https://google.com?a=1&b=2)

it leads to incorrect alignment.

cause:

First escape: the entire line is escaped up front in src/parser.js:394
Second escape: when restoring the link sanctuary, the code escapes the URL again in src/parser.js:358

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