storypioneers / kirby-wysiwyg

WYSIWYG panel field for Kirby CMS
Other
125 stars 17 forks source link

Escapes underscores in filepath #46

Open flashing-and-drooping opened 7 years ago

flashing-and-drooping commented 7 years ago

Image names with underscores such as (image: screen_shot.png) renders as: <figure><img src="localhost/screen\_shot.png" alt=""></figure> and therefore returns a broken link.

Small-Systems commented 6 years ago

This is also true for links, i.e http://test.com/page_test is converted to http://test.com/page\_test Upon every save another back slash is added.

Small-Systems commented 6 years ago

A temporary fix is to comment out line 21 in TextConverter.php