mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
[PR #1026] [MERGED] fix(epub): ensure XHTML compliance in frontmatter files #6288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1026
Author: @profvjreddi
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @profvjreddi
Base:
dev← Head:1014-ebook-in-epub-format-fails-to-load-displays-errors📝 Commits (2)
7459a91fix(epub): ensure XHTML compliance in frontmatter files2d9a092Merge branch 'dev' into 1014-ebook-in-epub-format-fails-to-load-displays-errors📊 Changes
6 files changed (+27 additions, -25 deletions)
View changed files
📝
quarto/_quarto.yml(+1 -1)📝
quarto/contents/frontmatter/acknowledgements/acknowledgements.qmd(+16 -10)📝
quarto/contents/frontmatter/changelog/changelog.qmd(+2 -2)📝
quarto/contents/frontmatter/foreword.qmd(+2 -8)📝
quarto/contents/frontmatter/index.qmd(+2 -0)📝
quarto/contents/frontmatter/socratiq/socratiq.qmd(+4 -4)📄 Description
Summary
This PR fixes EPUB XML parsing errors caused by JavaScript, iframes, and complex HTML in frontmatter files.
Changes
Files Modified
Testing
Closes #1014
Co-authored-by: @bluebaer7
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.