appflowy-editor
appflowy-editor copied to clipboard
【how to?】 how can i export the edited markdown to the md format instead of json
use documentToMarkdown(editorState.document)
use
documentToMarkdown(editorState.document)
oh thanks