Can I use a fallback extension for generateHTML?
#3905
Replies: 1 comment
|
Hey @JonathanDoelan! Not yet. Feel free to create a feature request for this over here: |
0 replies
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.
When I use
generateHTMLin the front-end of my app, the app crashes whengenerateHTML(orgenerateText) tries to resolve a node/mark, that is not in the list of extensions. How can I render the content anyway?Let’s say I am using the
Boldor theBulletListextension in the Editor itself and on my front-end I want to render the editor content without these extensions, like:All reactions