jupytercalpoly / jupyterlab-richtext-mode

JupyterLab extension for rich text editing in the notebook
43 stars 18 forks source link

Add nested lists #24

Closed isabela-pf closed 5 years ago

isabela-pf commented 5 years ago

Right now, we only support one level of lists. Both ordered and unordered lists should be able to be nested.

isabela-pf commented 5 years ago

Added in #45.