mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: add converter
This commit is contained in:
parent
0def9e8882
commit
fe7c19666f
@ -91,7 +91,7 @@ class HTMLToNodesConverter {
|
||||
|
||||
for (final child in element.nodes.toList()) {
|
||||
if (child is html.Element) {
|
||||
result.addAll(_handleElement(child, {"subtype": "quote"}));
|
||||
result.addAll(_handleElement(child, {"subtype": StyleKey.quote}));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user