mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 02:28:25 -05:00
[GH-ISSUE #793] Create custom xrefs for exercises, colabs, videos #1584
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 (Apr 5, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/793
Currently, we use a hack to get cross references to work for Exercises and Videos. Turns out there is a better way to do it. See how to do it here: https://www.datanovia.com/guide/tools/quarto/cross-references.html#custom-cross-references
Need to cleanup the references.
@profvjreddi commented on GitHub (Aug 23, 2025):
Resolved - Custom xrefs for exercises, colabs, videos implemented