Open flashing-and-drooping opened 7 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.
A temporary fix is to comment out line 21 in TextConverter.php
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.