We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bold tag error
html like this:
<h1>AppFlowyEditor</h1> <b>Bold tag</b> <p>You can also use</p> <strong><em>AppFlowy Editor</em></strong>
final html = htmlToDocument(htmlString); then print(html.toJson()):
final html = htmlToDocument(htmlString);
flutter: {document: {type: page, children: [{type: heading, data: {delta: [{insert: AppFlowyEditor}], level: 1}}, {type: paragraph, data: {delta: [{insert: Bold tag, attributes: {bold: true}}]}}, {type: paragraph, data: {delta: [{insert: You can also use}]}}, {type: paragraph, data: {delta: [{insert: Bold tag, attributes: {bold: true}}, {insert: AppFlowy Editor, attributes: {bold: true, italic: true}}]}}]}}
rt
iOS
Master
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
Bold tag error
How to Reproduce
html like this:
final html = htmlToDocument(htmlString);
then print(html.toJson()):
flutter: {document: {type: page, children: [{type: heading, data: {delta: [{insert: AppFlowyEditor}], level: 1}}, {type: paragraph, data: {delta: [{insert: Bold tag, attributes: {bold: true}}]}}, {type: paragraph, data: {delta: [{insert: You can also use}]}}, {type: paragraph, data: {delta: [{insert: Bold tag, attributes: {bold: true}}, {insert: AppFlowy Editor, attributes: {bold: true, italic: true}}]}}]}}
Expected Behavior
rt
Operating System
iOS
AppFlowy Editor Version(s)
Master
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: