Skip to content

Commit 459db60

Browse files
committed
Update docs
1 parent bb9b63b commit 459db60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ This is how Tiptap (the magic behind Bard's content format and rendering) handle
2020

2121
## Compatibility
2222

23+
:::warning
24+
Bard's "Save as HTML" option is not recommended when using Mutator. It's not completely unsupported, but only some kinds of mutations will work with it enabled as the changes could cause issues when converting the HTML back to ProseMirror for editing.
25+
:::
26+
2327
In order to give you access to the Tiptap rendering process Bard Mutator has to override the Tiptap editor class and replace the built-in extensions with its own. It can only do that reliably if there are no other addons (or user code) trying to do the same thing. To help minimise incompatibilities Bard Mutator will only replace extensions that are actually being mutated, and this is only required for HTML plugins.

0 commit comments

Comments
 (0)