singerdmx / flutter-quill

Rich text editor for Flutter

Home Page:https://pub.dev/packages/flutter_quill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConvertMarkdown is not work inline link.

madoka3530 opened this issue · comments

Is there an existing issue for this?

Flutter Quill version

9.3.3

Steps to reproduce

add link inline and convert markdown.
but running forever.

Expected results

Package can convert markdown.

Actual results

running forever

Code sample

Code sample
 final dtm = DeltaToMarkdown();
    final markdown = dtm.convert(delta);
  {
                  "insert":
                      "test"
                },
                {
                  "attributes": {
                    "link": "https://google.com"
                  },
                  "insert": "link"
                },
                {"insert": "\n"}

Screenshots or Video

Logs

Logs
[Paste your logs here]