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.md
line 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?