diff --git a/lib.typ b/lib.typ index 2a9ecee4..aa79eaff 100644 --- a/lib.typ +++ b/lib.typ @@ -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)