You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lorem ipsum dolor sit amet, consectet**ur adipiscing e**lit, sed *do eiusmod te*mpor incididunt ut labore et.
<br>
<br>
<br>
<br>
<br>
* da
* ASD
* sd
Parsedown encodes the tags when setsafemode is enabled. I have tried with setBreaksEnabled enabled and disabled. No difference in results. Html generated is as follows:
<p>Lorem ipsum dolor sit amet, consectet<strong>ur adipiscing e</strong>lit, sed <em>do eiusmod te</em>mpor incididunt ut labore et.</p>
<p><br>
<br>
<br>
<br>
<br></p>
<ul>
<li>da</li>
<li>ASD</li>
<li>sd</li>
</ul>
<p>ASDSDSsdasdasda</p>
My apologizes if this is by design but as far as I can tell there would be no way to ever use safe mode if this is true.
The text was updated successfully, but these errors were encountered:
Good day,
When rendering the following markdown
Parsedown encodes the
tags when setsafemode is enabled. I have tried with setBreaksEnabled enabled and disabled. No difference in results. Html generated is as follows:
My apologizes if this is by design but as far as I can tell there would be no way to ever use safe mode if this is true.
The text was updated successfully, but these errors were encountered: