Mc-Zen / tidy

A documentation generator for Typst in Typst.
https://typst.app/universe/package/tidy
MIT License
57 stars 2 forks source link

Help command: sink parameters cannot be accessed #23

Closed Mc-Zen closed 4 months ago

Mc-Zen commented 4 months ago

When requesting the description of a sink parameter, e.g.,

#my-module.help("func(children)")

the corresponding parameter is not found and #my-module.help("func(..children)") does not work either.