You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saved the markdown in my database as it is in use in my other apps and when my app renders the data back into Quill for editing the format get changed. @TarekkMA
My Input
Output
The text was updated successfully, but these errors were encountered:
vishna
added a commit
to vishna/markdown_quill
that referenced
this issue
Aug 27, 2024
@Gursewak-Uppal came across similar issue when working with ordered/unordered lists
This is not a bug but rather a feature of markdown interpreting things. Markdown is thus lossy by nature, so if you can, consider storing your data in quill/delta format.
That said, here's my workaround: #32 (see issue_22_test.dart )
I saved the markdown in my database as it is in use in my other apps and when my app renders the data back into Quill for editing the format get changed. @TarekkMA
My Input
Output
The text was updated successfully, but these errors were encountered: