TarekkMA / markdown_quill

Convert quill (Delta) fromat to and from markdown
MIT License
18 stars 41 forks source link

Not working for underline <ins> #9

Open NStreet8579 opened 1 year ago

NStreet8579 commented 1 year ago

HI, i'm trying to convert underline text to markdown to delta, not able to figure out what to do?

input -> text

output -> text

similishetty commented 1 year ago

HI I have same problem, converting underline text to markdown to delta is not working @TarekkMA

TarekkMA commented 7 months ago

It would require some work since it's not supported in flutter markdown.

see: https://tarekkma.github.io/markdown_quill_playground/

If I'm free I will try to get it done