AppFlowy-IO/appflowy-editor

[Question] how to generate markdown or convert delta to markdown?

Romavic opened this issue · 1 comments

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

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)