fix(jbm): render HTML_TAG as text
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
3939d039fe
commit
fe082dc5f2
|
|
@ -357,7 +357,8 @@ private fun annotateText(
|
||||||
}
|
}
|
||||||
|
|
||||||
MarkdownElementTypes.PARAGRAPH,
|
MarkdownElementTypes.PARAGRAPH,
|
||||||
MarkdownElementTypes.HTML_BLOCK -> {
|
MarkdownElementTypes.HTML_BLOCK,
|
||||||
|
MarkdownTokenTypes.HTML_TAG -> {
|
||||||
for (child in node.children) {
|
for (child in node.children) {
|
||||||
append(annotateText(state, child))
|
append(annotateText(state, child))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue