hide todos
This commit is contained in:
2
lib.typ
2
lib.typ
@@ -14,7 +14,7 @@
|
|||||||
#let note = callout.with(kind: "note", label: "Note")
|
#let note = callout.with(kind: "note", label: "Note")
|
||||||
|
|
||||||
#let todo(label, ..args) = {
|
#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)
|
#let example(body) = todo("example", body)
|
||||||
|
|||||||
Reference in New Issue
Block a user