The following pages have multiple sections with the same id and heading.
In one case, the XSLT build process preserves both sections separately but the table of contents links to the first, which contains duplicate content from the previous section; the Eleventy build process in #3917 correctly removes the earlier section to handle this particular issue until we resolve it.
The following pages have multiple sections with the same id and heading.
In one case, the XSLT build process preserves both sections separately but the table of contents links to the first, which contains duplicate content from the previous section; the Eleventy build process in #3917 correctly removes the earlier section to handle this particular issue until we resolve it.
In the other cases below, both build processes merge the duplicate sections together. The Eleventy process also prints a warning about it.