diff --git a/src/index.ts b/src/index.ts index 14cc288..c94dcca 100644 --- a/src/index.ts +++ b/src/index.ts @@ -205,7 +205,10 @@ export default function ofm() { hName: 'tag', hProperties: { tag: tag, - } + }, + hChildren: [ + { type: 'text', value: tag } + ] } } },