constable icon indicating copy to clipboard operation
constable copied to clipboard

URLs with spaces don't translate well from Markdown to HTML

Open jmeinerz opened this issue 4 years ago • 1 comments

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.

jmeinerz avatar May 25 '21 09:05 jmeinerz

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

germsvel avatar May 25 '21 10:05 germsvel