-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
Currently there are some markdown formatting difficulties that can arise when converting to HTML. For example, a link like [
nbsphinx](https://github.com/spatialaudio/nbsphinx)
which should render as nbsphinx
(cf. nbsphinx) won't be displayed properly because this text can't easily be represented in the intermediate RST.
Since sphinx
can easily produce documents directly from markdown (e.g. using recommonmark
), it would be nice if it were possible to skip the RST altogether as this would more reliably reproduce the desired formatting from the notebook. Currently I am using nbconvert
to get markdown output and then producing HTML with Sphinx instead of using nbsphinx
because of such formatting issues.
cc: @fperez @takluyver
Jacob-Stevens-Haas
Metadata
Metadata
Assignees
Labels
No labels