kisstkondoros / gutter-preview

Other
158 stars 37 forks source link

Support for paths with spaces #84

Closed episage closed 4 years ago

episage commented 4 years ago

I added markedLinkRecognizer. Syntax is markdown like:

[any text](/path to image with spaces here.png)
kisstkondoros commented 4 years ago

I'll look into this in depth in a couple of hours, looks great so far ;-)

kisstkondoros commented 4 years ago

During testing it I've found some minor issues, therefore I've removed the version bump, I'll merge it, and do the fixes on top of that.

Thanks for the PR!

kisstkondoros commented 4 years ago

Released with v0.26.1. Thanks for the contribution!

episage commented 4 years ago

Thx for the fixes

episage commented 4 years ago

Yes, I was struggling with making the relative path resolution work. Thanks again for the fixes