mixmark-io / turndown

🛏 An HTML to Markdown converter written in JavaScript
https://mixmark-io.github.io/turndown
MIT License
8.52k stars 864 forks source link

Handle spaces in URL #467

Open letmutex opened 1 month ago

letmutex commented 1 month ago

Currently, turndown doesn't handle links with spaces in them, according to CommonMark Spec, they should be surrounded by < and >.

[Link](<https://example.com/Some Page.html>)

![Image](<https://example.com/Some Image.jpg>)

Some tools (Such as VS Code) cannot render these links without <...>