split tilesets, bed
This commit is contained in:
3
lib.typ
3
lib.typ
@@ -14,8 +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)
|
||||
none
|
||||
callout(args.pos().join(), kind: "todo", label: "[TODO] " + label, outlined: true)
|
||||
}
|
||||
|
||||
#let example(body) = todo("example", body)
|
||||
|
||||
Reference in New Issue
Block a user