mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
commit
186f5c4df7
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ const TOP_LEVEL_TAGS = [
|
|||
'H6',
|
||||
'UL',
|
||||
'OL',
|
||||
'CODE',
|
||||
]
|
||||
|
||||
function parseDomTree(pageNode: Element) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue