Using HTML tags instead of css classes #3409
Unanswered
KumarilDave
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks. We have a use case at work where we use the editor to format text and store it in the DB.
This formatted text is then displayed by other apps on different platforms [web and mobile]. As per the documentation, using themes we rely on css styles. Is there any way to depend on HTML tags like
<em>or<i>,<strong>or<b>,<u>,.... etc so that the text will render as intended without relying on css styles.
Beta Was this translation helpful? Give feedback.
All reactions