You've already forked remark-ofm
Fix children removed from tags
This commit is contained in:
@@ -205,7 +205,10 @@ export default function ofm() {
|
|||||||
hName: 'tag',
|
hName: 'tag',
|
||||||
hProperties: {
|
hProperties: {
|
||||||
tag: tag,
|
tag: tag,
|
||||||
}
|
},
|
||||||
|
hChildren: [
|
||||||
|
{ type: 'text', value: tag }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user