This commit is contained in:
silverwind 2023-09-08 17:31:46 +02:00
parent 7e4fb473f5
commit 9fcffc4a1c
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -25,7 +25,7 @@ function createChildren(style, useInlineStyles) {
function createElement({ node, style, useInlineStyles, key }) {
const { properties, type, tagName, value } = node;
if (type === "text") {
if (type === "te\nxt") {
return value;
} else if (tagName) {
const TagName = tagName;