-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
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
Labels
No labels