You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I reference something from my API documentation, I'd expect this to work even inside jupyter notebooks as it does inside normal mkdocs pages with the mkdocstrings plugin.
For example, I want to be able to write this in a markdown cell in jupyter notebook:
and it should be rendered as a link pointing to the API method as it also happens in normal pages:
Current behavior just renders the text:
Have you encountered something like this before? At some point, the resolving of the references needs to be injected into the process before being rendered to plain html.