type "html" doenst work
cahyowhy opened this issue · 1 comments
cahyowhy commented
st-h commented
@cahyowhy are you actually trying to render html? that would introduce possible xss security issues and some more dangerous stuff.
from the docs:
text strips out any html tags, html doesn't.
the screenshot looks like html is not stripped out, so everything works as expected. Please reopen if this should not be the case.