sphinxcontrib-jupyter
sphinxcontrib-jupyter copied to clipboard
BUG: Fix mixed numbered and bullet lists
Currently mixed lists are not working with numbers and bullets (sublists)
1. bla
* foo1
* foo 2
2. bla2
* foo
3. bla3
the current output interprets the bullet lists as blockquotes
1. bla
> - foo1
- foo 2
1. bla2
> - foo
1. bla3
- [x] add test case
- [ ] fix bug
thanks @jlperla for reporting.
Current sphinx warnings
/home/mmcky/repos-collab/sphinxcontrib-jupyter/tests/lists.rst:68: WARNING: Enumerated list ends without a blank line; unexpected unindent.
/home/mmcky/repos-collab/sphinxcontrib-jupyter/tests/lists.rst:70: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/mmcky/repos-collab/sphinxcontrib-jupyter/tests/lists.rst:71: WARNING: Enumerated list ends without a blank line; unexpected unindent.
/home/mmcky/repos-collab/sphinxcontrib-jupyter/tests/lists.rst:72: WARNING: Block quote ends without a blank line; unexpected unindent.
@mmcky I think this is OK now? See "setting up your Julia environment" in http://compare-lectures.quantecon.org/jl/getting_started.html
@arnavs can you confirm if these are fixed on your end?
the test case is still not rendering properly. But it is working well in the lecture.
see https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/145 for details.
Keeping open but adding wontfix label for now
@arnavs is this still an issue?
- [ ] @mmcky add this as a note to
mixed listsin docs.