mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
[GH-ISSUE #608] Missing tag (```) closure #1510
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?
Originally created by @BravoBaldo on GitHub (Jan 13, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/608
Originally assigned to: @hzeljko on GitHub.
In contents\frontmatter\about\about.qmd
In contents\frontmatter\ai\socratiq.qmd
@profvjreddi commented on GitHub (Jan 13, 2025):
@hzeljko could you please take a look at this?
@BravoBaldo @hzeljko is helping me make sure the book PDF renders well, so you are seeing some of these meta changes.
@hzeljko commented on GitHub (Jan 13, 2025):
@profvjreddi
I have resolved the issue regarding the missing tag closure in
contents\frontmatter\about\about.qmd. The ```={latex}` tag was not closed properly, and I added the necessary closure.Additionally, I fixed the single dot issue in
contents\frontmatter\ai\socratiq.qmdas requested.@profvjreddi commented on GitHub (Jan 13, 2025):
Thanks @hzeljko -- Did you issue a PR? Or is it in the branch you are working on?
@hzeljko commented on GitHub (Jan 13, 2025):
@profvjreddi
Yes, both changes are included in the Pull Request I just created.