AppFlowy-IO / appflowy-editor

A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
https://pub.dev/packages/appflowy_editor
Other
473 stars 201 forks source link

[Bug] Export html problem #859

Open q200892907 opened 3 months ago

q200892907 commented 3 months ago

Bug Description

When exporting html, blocks of type list do not appear correctly

How to Reproduce

editor

  1. 123
    1. 123
    2. 123
  2. 123
  3. 123

export

  1. 123
  2. 123
  3. 123
  4. 123
  5. 123

BulletedList/NumberedList... have problems

Expected Behavior

Normal export

Operating System

desktop

AppFlowy Editor Version(s)

main

Screenshots

https://github.com/user-attachments/assets/166ec560-3e7a-4fbe-abc1-1bba8965bcb5

Additional Context

No response

@LucasXu0