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

ConvertMarkdown is not work inline link. #1848

Open
1 task done
madoka3530 opened this issue May 6, 2024 · 0 comments
Open
1 task done

ConvertMarkdown is not work inline link. #1848

madoka3530 opened this issue May 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@madoka3530
Copy link

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]
@madoka3530 madoka3530 added the bug Something isn't working label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant