constable
constable copied to clipboard
URLs with spaces don't translate well from Markdown to HTML
When I create a link or image with a URL that has an encoded space (aka %20) on the markdown editor, it translates to %2520 when generating the final HTML.
Funny enough, the preview HTML works, but the version everyone sees does not.
When I create a link or image with a URL that has an encoded space (aka %20) on the markdown editor, it translates to %2520 when generating the final HTML.
Thanks for pointing that out
Funny enough, the preview HTML works, but the version everyone sees does not.
Alas, that's related to a known issue -> https://github.com/thoughtbot/constable/issues/638