hide todos

This commit is contained in:
David Allemang
2026-07-29 12:38:23 -04:00
parent bb71b7e872
commit 1eb0de2f94

View File

@@ -14,7 +14,7 @@
#let note = callout.with(kind: "note", label: "Note")
#let todo(label, ..args) = {
callout(args.pos().join(), kind: "todo", label: "[TODO] " + label, outlined: true)
// callout(args.pos().join(), kind: "todo", label: "[TODO] " + label, outlined: true)
}
#let example(body) = todo("example", body)