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
I'm trying to get a clean reader view of a website and when a website has a markdown content (i.e https://domchristie.github.io/turndown/) w/c happens to be inside a <textarea> tag, it escapes it w/c in my case is not what i need. I know this library escapes <textarea> content since it may be vulnerable to security issues
I'm trying to get a clean reader view of a website and when a website has a markdown content (i.e https://domchristie.github.io/turndown/) w/c happens to be inside a
<textarea>
tag, it escapes it w/c in my case is not what i need. I know this library escapes<textarea>
content since it may be vulnerable to security issuesFor example: trying to library on this https://domchristie.github.io/turndown/ will result in with escaped values resulting to incorrect markdown display
The text was updated successfully, but these errors were encountered: