Open Romavic opened 5 months ago
If you're using Delta Quill format, a conversion example is here: https://github.com/AppFlowy-IO/appflowy-editor/blob/main/documentation/importing.md
If you're converting the document to and from markdown, you can do the following:
String markdownText = documentToMarkdown(document);
Document document = markdownToDocument(String: markdownText)
Bug Description
Question
How to Reproduce
Question
Expected Behavior
Question
Operating System
Android, Ios and Web
AppFlowy Editor Version(s)
Last versio
Screenshots
No response
Additional Context
No response