Fix children removed from tags
This commit is contained in:
parent
8ac898b8e5
commit
be5f48feba
|
|
@ -205,7 +205,10 @@ export default function ofm() {
|
||||||
hName: 'tag',
|
hName: 'tag',
|
||||||
hProperties: {
|
hProperties: {
|
||||||
tag: tag,
|
tag: tag,
|
||||||
}
|
},
|
||||||
|
hChildren: [
|
||||||
|
{ type: 'text', value: tag }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue