[PR #894] [MERGED] Make new margin note box #994

Closed
opened 2026-03-22 15:57:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/894
Author: @hzeljko
Created: 7/15/2025
Status: Merged
Merged: 7/15/2025
Merged by: @profvjreddi

Base: devHead: 893-make-new-margin-note-box


📝 Commits (1)

📊 Changes

7 files changed (+85 additions, -5 deletions)

View changed files

📝 _extensions/custom-numbered-blocks/style/foldbox.css (+4 -0)
📝 _extensions/custom-numbered-blocks/style/foldbox.tex (+11 -3)
_extensions/custom-numbered-blocks/style/icons/icon_callout-chapter-connection.pdf (+0 -0)
_extensions/custom-numbered-blocks/style/icons/icon_callout-chapter-connection.png (+0 -0)
📝 _quarto.yml (+9 -0)
📝 contents/core/introduction/introduction.qmd (+12 -2)
lua/margin-connections.lua (+49 -0)

📄 Description

Created a new callout block with a custom Lua filter that places it in the margin for PDF output.

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/894 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `893-make-new-margin-note-box` --- ### 📝 Commits (1) - [`56f310c`](https://github.com/harvard-edge/cs249r_book/commit/56f310c4760aaa93a7001fcf6b37502e90f6cd40) Make new margin note box ### 📊 Changes **7 files changed** (+85 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `_extensions/custom-numbered-blocks/style/foldbox.css` (+4 -0) 📝 `_extensions/custom-numbered-blocks/style/foldbox.tex` (+11 -3) ➕ `_extensions/custom-numbered-blocks/style/icons/icon_callout-chapter-connection.pdf` (+0 -0) ➕ `_extensions/custom-numbered-blocks/style/icons/icon_callout-chapter-connection.png` (+0 -0) 📝 `_quarto.yml` (+9 -0) 📝 `contents/core/introduction/introduction.qmd` (+12 -2) ➕ `lua/margin-connections.lua` (+49 -0) </details> ### 📄 Description Created a new callout block with a custom Lua filter that places it in the margin for PDF output. Before submitting your Pull Request, please review and complete the items on this checklist. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 15:57:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#994