packages feed

typst-0.1.0.0: test/typ/compiler/block-03.typ

// Block directly in markup also creates a scope.
#{ let x = 1 }

// Error: 7-8 unknown variable: x
#test(x, 1)