Fix children removed from tags

This commit is contained in:
Peaceultime 2024-09-05 19:01:02 +02:00
parent 8ac898b8e5
commit be5f48feba
1 changed files with 4 additions and 1 deletions

View File

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