The inserted article title is currently wrapped in an <h2> element inside .helpjuice-inserted-article-body, causing conflicts with heading IDs and breaking the table of contents.
The TOC generation depends on unique heading levels (<h2>, <h3>, etc.) to build internal links. Adding the title as another <h2> introduces duplicate IDs and incorrect hierarchy, leading to broken anchors and inconsistent TOC structure.
Expected behavior:
The inserted content should not include the article title or any extra heading elements inside .helpjuice-inserted-article-body.