mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 14:42:29 -05:00
[PR #884] [MERGED] LUA filter for quizzes has been fixed #8757
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/884
Author: @hzeljko
Created: 7/2/2025
Status: ✅ Merged
Merged: 7/2/2025
Merged by: @profvjreddi
Base:
dev← Head:882-lua-filter-for-quizzes-needs-fixing📝 Commits (1)
b67920cLUA filter for quizzes has been fixed📊 Changes
8 files changed (+198 additions, -203 deletions)
View changed files
📝
_extensions/custom-numbered-blocks/style/foldbox.css(+1 -1)➕
_extensions/custom-numbered-blocks/style/icons/icon_quiz-answer.pdf(+0 -0)➕
_extensions/custom-numbered-blocks/style/icons/icon_quiz-question.pdf(+0 -0)📝
_quarto.yml(+5 -1)📝
contents/core/introduction/introduction.qmd(+0 -2)📝
contents/core/ml_systems/ml_systems.qmd(+0 -2)📝
lua/inject_quizzes.lua(+184 -197)📝
tex/header-includes.tex(+8 -0)📄 Description
Fixed Lua filter to enable inserting questions and answers in PDF output. Added automatic numbering for question and answer blocks. Matched block header font in HTML output with the book’s main font.
Before submitting your Pull Request, please review and complete the items on this checklist.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.