Fix children removed from tags

This commit is contained in:
2024-09-05 19:01:02 +02:00
parent 8ac898b8e5
commit be5f48feba

View File

@@ -205,7 +205,10 @@ export default function ofm() {
hName: 'tag',
hProperties: {
tag: tag,
}
},
hChildren: [
{ type: 'text', value: tag }
]
}
}
},