1 2 3 4 5 6 7 8 9
/// path: base.typ /// - body (content): The body of the body /// -> content #let todo(body) = body; // redefine just for auto-completion ----- /// contains: todo #import "base.typ" as baz: * #to(/* range -2..0 */ );