The feature implemented in #486 makes it so typst preambles can be imported from files in typst/*.md, however, typst defines variables as #let var = ..., therefore, it fills the tags with random names, since variables are referenced in math mode as #var. It would be ideal to skip these files.
The feature implemented in #486 makes it so typst preambles can be imported from files in
typst/*.md, however, typst defines variables as#let var = ..., therefore, it fills the tags with random names, since variables are referenced in math mode as#var. It would be ideal to skip these files.