Describe the bug
Got TypeError: Cannot read properties of undefined (reading 'toLowerCase') while calling tryParseHTMLToBlocks.
The HTML is not well-formed which was converted by readability.js.
To Reproduce
- Open the following link
https://stackblitz.com/edit/github-xpg9ndgd?file=package.json,html-with-codeblock.ts,App.tsx
- Check the output of dev console
Misc