nbsphinx
nbsphinx copied to clipboard
Links that have inline code in the link text don't get rendered correctly
Example source:
[nbsphinx](https://github.com/spatialaudio/nbsphinx)
[`nbsphinx`](https://github.com/spatialaudio/nbsphinx)
[Sphinx extension `nbsphinx` parses Jupyter Notebooks for Sphinx](https://github.com/spatialaudio/nbsphinx)
In JupyterLab:

Sphinx with RTD theme:

nbsphinx version 0.8.7
Also trouble with inline code inside ** ** (strong)
This is a known limitation of the reST format, which is used internally in nbsphinx (but I would like to get rid of it, see #36).
See also: #301, #397.
Ah I see, thanks.