Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block quotes are not converted correctly to markdown and then to delta. #22

Open
Gursewak-Uppal opened this issue Apr 24, 2024 · 1 comment

Comments

@Gursewak-Uppal
Copy link

Gursewak-Uppal commented Apr 24, 2024

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
image

Output
image

vishna added a commit to vishna/markdown_quill that referenced this issue Aug 27, 2024
vishna added a commit to vishna/markdown_quill that referenced this issue Aug 27, 2024
@vishna
Copy link
Contributor

vishna commented 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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants