mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
Single backslash in _quarto.yml #339
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 (Feb 16, 2025).
Originally assigned to: @profvjreddi on GitHub.
In the _quarto.yml file, some program misinterprets lines 238-247 ("- \usetikzlibrary....").
It might be useful to double the backslash: "- \\usetikzlibrary".
@profvjreddi commented on GitHub (Mar 28, 2025):
This was fixed a while back, thanks for letting me know about this. This, in fact, resolved an issue I was facing.