mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 18:01:20 -05:00
[GH-ISSUE #87] Code rendered incorrectly #1256
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 @V0XNIHILI on GitHub (Dec 4, 2023).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/87
For example on this page: https://harvard-edge.github.io/cs249r_book/frameworks.html
The code has still some formatting inside the code block:

@profvjreddi commented on GitHub (Dec 5, 2023):
Do you think you could help us with this?
You'd have to follow the instructions here to issue any fixes:
https://github.com/harvard-edge/cs249r_book
On Mon, Dec 4, 2023 at 12:30 PM Douwe den Blanken @.***>
wrote:
--
Vijay Janapa Reddi, Ph. D. |
John L. Loeb Associate Professor of Engineering and Applied Sciences |
John A. Paulson School of Engineering and Applied Sciences |
Science and Engineering Complex (SEC) | 150 Western Ave, Room #5.305 |
Boston, MA 02134 |
Harvard University | Email @.***> | Website
http://scholar.harvard.edu/vijay-janapa-reddi | Google Scholar
https://scholar.google.com/citations?hl=en&user=gy4UVGcAAAAJ&view_op=list_works&sortby=pubdate
| Edge Computing Lab https://edge.seas.harvard.edu | Schedule a Meeting
https://scholar.harvard.edu/vijay-janapa-reddi/schedule | Admin
https://scholar.harvard.edu/vijay-janapa-reddi/contact |
@V0XNIHILI commented on GitHub (Dec 5, 2023):
I think the code blocks should look like this (only one
{instead of two{{):Instead of this currently:
At least, that is what is shown in the Quarto documentation:
I can change this in all files, but I am only not 100% sure this is the fix. How can we check this before merging it into main?
@profvjreddi commented on GitHub (Dec 5, 2023):
There are some examples of this in here:
https://harvard-edge.github.io/cs249r_book/niclav_sys.html
Does that help?
You can preview what it looks like by following the quarto render command
as shown here: https://github.com/harvard-edge/cs249r_book (check out the
readme section)
On Tue, Dec 5, 2023 at 10:20 AM Douwe den Blanken @.***>
wrote:
--
Vijay Janapa Reddi, Ph. D. |
John L. Loeb Associate Professor of Engineering and Applied Sciences |
John A. Paulson School of Engineering and Applied Sciences |
Science and Engineering Complex (SEC) | 150 Western Ave, Room #5.305 |
Boston, MA 02134 |
Harvard University | Email @.***> | Website
http://scholar.harvard.edu/vijay-janapa-reddi | Google Scholar
https://scholar.google.com/citations?hl=en&user=gy4UVGcAAAAJ&view_op=list_works&sortby=pubdate
| Edge Computing Lab https://edge.seas.harvard.edu | Schedule a Meeting
https://scholar.harvard.edu/vijay-janapa-reddi/schedule | Admin
https://scholar.harvard.edu/vijay-janapa-reddi/contact |
@V0XNIHILI commented on GitHub (Dec 5, 2023):
It seems like the fix is actually:
{.python}, since this is a static block of code, see here: https://quarto.org/docs/output-formats/html-code.html#code-overflowScreenshot:

Shall I change this in all .qmd files?