This commit is contained in:
2026-06-20 01:13:14 -04:00
parent 85c67e1334
commit 0e93efe76d
6 changed files with 155 additions and 5 deletions

View File

@@ -12,4 +12,5 @@
#let note = callout.with(kind: "note", label: "Note:")
#let warn = callout.with(kind: "warn", label: "Warning:")
#let tip = callout.with(kind: "tip", label: "Tip:")
#let tip = callout.with(kind: "tip", label: "Tip:")
#let todo = callout.with(kind: "todo", label: "TODO:")