nteract: URLs with spaces do not render a links in markdown cells
Try the following in a markdown cell:
Working link: [Using Interact](Using%20Interact.ipynb)
Not working link: [Using Interact](Using Interact.ipynb)

About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 2
- Comments: 16 (13 by maintainers)
I love regex.
However, we have to take a step back here to understand and resolve the core problem while assisting the user as much as possible. Spaces have a specific meaning in Markdown URLs both in CommonMark and the original Markdown “spec”:
A URL with spaces is not a valid URL. The URL with
%20is URL encoded, quite valid. There is an important reason to support the title attribute - for accessibility and screen readers. This becomes more important when doing links on images from Markdown.