thoughtbot / constable

Better company announcements
https://constable.io
GNU Affero General Public License v3.0
513 stars 57 forks source link

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

Open jmeinerz opened 3 years ago

jmeinerz commented 3 years ago

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.

germsvel commented 3 years ago

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