The tree parser fails when entering trying to parse paragraphs or headings within other paragraphs and headings: ```html This is a paragraph ``` Although this is invalid HTML, we do not want it to fail completely.
The tree parser fails when entering trying to parse paragraphs or headings within other paragraphs and headings:
Although this is invalid HTML, we do not want it to fail completely.