HTML converter
This commit is contained in:
parent
97091be646
commit
48ecb69816
@ -58,6 +58,7 @@ interface TextChild {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
case "paragraph":
|
case "paragraph":
|
||||||
if (item.children?.[0]?.text) {
|
if (item.children?.[0]?.text) {
|
||||||
html += `<p>`;
|
html += `<p>`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user