Merge pull request #1172 from omnivore-app/fix/parsing-ssml-for-code-block

Moving code block to the top level to synthesize
This commit is contained in:
Hongbo Wu 2022-09-07 22:37:06 +08:00 committed by GitHub
commit 186f5c4df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ const TOP_LEVEL_TAGS = [
'H6',
'UL',
'OL',
'CODE',
]
function parseDomTree(pageNode: Element) {