An example of creating a custom Mark to use with SuperDoc.
We create a custom mark here. The custom command setMyCustomMark can be called from superdoc.activeEditor.commands.
Then we pass it into the editor via the editorExtensions key.
This example also shows one way to export the docx to a blob whenever the content changes in the editor.