Html processing #358
Unanswered
vkosovskikh
asked this question in
Q&A
Replies: 3 comments 1 reply
-
The property might have been named better, but in a nutshell, no - it won't treat HTML as plain text. You can do that on your own, but it needs a custom import/export visitor for the purpose. |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
What exactly does the
suppressHtmlProcessing
prop do, and is it possible to make it so that HTML tags are not interpreted? In other words, can the source<div>hello</div>
display the text<div>hello</div>
instead of just the texthello
?Beta Was this translation helpful? Give feedback.
All reactions