Currently there is option to upload images only from local machine. What if I have images already uploaded on other host and I want to include them?
Image upload from URL would be nice.
Hey Madza!
You can directly use the image URL in markdown like this:

Sebastiano Ferraris
Geospatial data scientist
Hi there!
I just started using the github plugin to publish content on hashnode.
I noticed that if the image link contains an underscore, then hashnode adds a backslash before the underscore, breaking the link.
For example, in my latest blog post
https://raw.githubusercontent.com/SebastianoF/GeoBlog/master/office_positioning/office_positioning.mdline 105 contains a link with an underscore:
Which is not shown correctly in the formatted blog post:
geods.hashnode.dev/office-positioning
even if the link is reachable.
Also the link at line 139:
[github.com/SebastianoF/GeoBlog/tree/master/officeβ¦](github.com/SebastianoF/GeoBlog/tree/master/officeβ¦)it is rendered with a backslash before the underscore, breaking the link.
Any idea how to prevent hashnode to not add the backslash before every underscore in links?