A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jrblevin/markdown-mode/issues/805 below:

Should filename links be URI-decoded? · Issue #805 · jrblevin/markdown-mode · GitHub

Thank you for markdown-mode!!!

Expected Behavior

Given two files:

.
├── bar baz.md
└── foo.md

It is currently possible to link from foo.md to bar baz.md with [bar baz](<bar baz.md>) (as you explained here). Should [bar baz](bar%20baz.md) also work? What about [bar baz](<bar%20baz.md>)?

I see that #575 calls url-unhex-string for inline images.

Actual Behavior

[bar baz](bar%20baz.md) links to the nonexistent file bar%20baz.md.

Software Versions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4