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

Video conversion failure #10

Open
git91895 opened this issue Jul 26, 2022 · 0 comments
Open

Video conversion failure #10

git91895 opened this issue Jul 26, 2022 · 0 comments

Comments

@git91895
Copy link

String quillDeltaToHtml(Delta delta) {
final convertedValue = jsonEncode(delta.toJson());
print(convertedValue);
final markdown = deltaToMarkdown(convertedValue);
print(markdown.toString());
final html = markdownToHtml(markdown);
return html;
}

I/flutter ( 3379): [{"insert":{"video":"https://www.runoob.com/try/demo_source/movie.mp4"}},{"insert":"\n\n\n"}]
I/flutter ( 3379):
I/flutter ( 3379):
I/flutter ( 3379):

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

1 participant