Native PDF output duplicate/repeat TOC entries
We haven't configured our Native PDF output beyond the toggle to turn on the TOC page and the checkbox to make the PDF accessible. We are using the Basic layout files that come out of the box.
We're finding that the TOC page is duplicating the toc-level-1 and level-2 entry (see attached image). The Topics we're trying to publish have a Title and Section Title duplicating and only in the TOC.

We checked the layout for the TOC page and the duplication doesn't appear to be coming from that, but I feel like I'm missing something.
...
<body>
<div data-region="header">
<p class="toc-header"><span data-field="project-title" data-format="default">Project Title</span></p>
</div>
<div data-region="content">
<p class="toc-title">Contents</p>
</div>
<div data-region="footer">
<p class="toc-footer"><span data-field="page-number" data-format="default">1</span></p>
</div>
</body>
...
And we also tried the other settings for the TOC and Headers without touching the CSS styling:
- tried "start each topic from a new page".
- lowering the "Use headings up to level" setting.
- tried "Do not show page number for the first level in the TOC".
- tried another set of topics and different topic types.
Any help will be appreciated, thank you!


