Documenting own functions in typst

Question,
TL;DR Is there a nice way to document self-made functions/macros

i have at this point either through trouble with package collisions, or missing features implemented quite a few of my own functions to do basic stuff, me and my group needs for our report.

At this point i would like for them to use it, but they find it hard because unlike c or any other code they cannot just hover a function and see “good documentation”
as you see it renders poorly so my question really is just, is there a nice way to have it render on the web app?

1 Like

Documentation in hover is available when using the tinymist LSP in a local editor, like neovim or vs code.

Tinymist reads /// comments (yet to be standardized), so this works for universe packages too, at least a large fraction of them.