thegetty / quire

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

Fix handling of content in outputs transforms #827

Closed hbalenda closed 1 year ago

hbalenda commented 1 year ago

Summary: Quire transforms for outputs (pdf/epub/html) happen sequentially on the same set of files. The html is extracted, modified, and written out for pdf and epub, and then the unmodified content is returned for the next set of transforms.

Two fixes: