Bug: No bare URIs breaks file links with triple slashes #1030
Labels
bug
Something isn't working
markdown
General Markdown or Markdown related issue or feature
reproducible
resolution/update-made
A change has been made that should resolve this issue or request
Describe the Bug
A file link with the slashes
///
is broken after linting:E.g.
file:///C:/Untitled.md
becomes<file:///>C:/Untitled.md
How to Reproduce
Steps to reproduce the behavior:
file://C:/Untitled.md
Excerpt from the log
Expected Behavior
Brackets are around the link, not after
file:///
Expected output:
Screenshots
Device
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: