sphinxcontrib-jupyter icon indicating copy to clipboard operation
sphinxcontrib-jupyter copied to clipboard

BUG: Fix mixed numbered and bullet lists

Open mmcky opened this issue 6 years ago • 6 comments

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.

mmcky avatar Nov 14 '18 22:11 mmcky

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 avatar Nov 14 '18 22:11 mmcky

@mmcky I think this is OK now? See "setting up your Julia environment" in http://compare-lectures.quantecon.org/jl/getting_started.html

arnavs avatar Nov 22 '18 21:11 arnavs

@arnavs can you confirm if these are fixed on your end?

mmcky avatar Nov 26 '18 00:11 mmcky

the test case is still not rendering properly. But it is working well in the lecture.

mmcky avatar Nov 26 '18 01:11 mmcky

see https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/145 for details.

Keeping open but adding wontfix label for now

mmcky avatar Nov 26 '18 03:11 mmcky

@arnavs is this still an issue?

  • [ ] @mmcky add this as a note to mixed lists in docs.

mmcky avatar Jul 22 '19 01:07 mmcky