I'm trying to migrate a project using mkdocstrings-python to use this handler instead, and I use the syntax [symbol][]
quite a bit, but it doesn't seem to be working with this handler. In particular I use it a lot to link to Python stdlib symbols, like [asyncio][]
, [float][]
, etc.