Skip to content

Unwanted conversion to anchor links #209

@KMitkiewicz

Description

@KMitkiewicz

Bug description
URLs containing "#" sign are converted into anchor links. The URL part precedens the # sign is replaced by the file path.

Expected behavior
The URL should retain its original format.

Repro
HTML snippet:
<p><a href="https://www.google.com/web#action">Site Name</a></p>

The URL was made up, but it should be enough to reproduce the issue.

After conversion it looks like this:
<p><a href="file:///c:\path\file name.doc#action">Site Name</a></p>

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