thegetty / quire

A multi-package repository for the Quire multiformat publishing framework
https://quire.getty.edu/
BSD 3-Clause "New" or "Revised" License
98 stars 12 forks source link

Fix duplicate id attributes for EPUB and PDF #631

Closed mphstudios closed 1 year ago

mphstudios commented 1 year ago

Ensure that the transformed output for EPUB and PDF generation does not have heading or section elements with duplicate id attributes.

Fixed

anderspollack commented 1 year ago

@mphstudios I moved the ID de-duplication logic into a standalone dedupeElementIds.js module used by outputs/pdf/write.js and outputs/epub/transform.js