nbsphinx
nbsphinx copied to clipboard
Markdown lists are rendered as one line
nbsphinx 0.4.2 pandoc 2.7.1
A list:
* one
* two
produces one-liner in html. The workaround is to add a newline between points.
Thanks for the report!
Currently we are limited by how pandoc chooses to parse this.
I guess you'll have to use the work-around until pandoc is replaced by a different Markdown parser.