mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 18:01:20 -05:00
[GH-ISSUE #614] Parts not showing properly on html #1514
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 @profvjreddi on GitHub (Jan 15, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/614
Originally assigned to: @hzeljko on GitHub.
There seems to be an issue wit the way _quarto.yml is rendering the part
You can see below that some how some header part is not showing up.
@hzeljko commented on GitHub (Jan 16, 2025):
@profvjreddi
The issue #614 regarding parts not showing properly in HTML has been resolved.
I reverted to the initial definition of the code for the -part command.
- part: "<div class=\"part\">The Essentials</div>"Now, parts are showing properly on HTML
However, the issue with the PDF output remains, where the -part command unexpectedly appears. I haven’t been able to resolve this problem, which has been present in the PDF output since I joined the project. If you have any suggestions or solutions, that would be greatly appreciated.