appflowy-editor icon indicating copy to clipboard operation
appflowy-editor copied to clipboard

[Bug] serializeToMarkdown doesn't support nested lists

Open alterhuman opened this issue 1 year ago • 0 comments

Bug Description

Using serializeToMarkdown to save editor content shows nested lists on top level itself when deserialized back to document format. It's working correctly when using json.

How to Reproduce

  • Add data with nested numbered list
  • Use serializeToMarkdown to store editor data
  • Then load it back into the editor

Expected Behavior

The nesting should retain.

Operating System

MacOS

AppFlowy Editor Version(s)

2.3.0

Screenshots

No response

Additional Context

No response

alterhuman avatar Jan 12 '24 07:01 alterhuman