damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 416 forks source link

Fragment and markdown cell list ? #510

Open gdolle opened 5 years ago

gdolle commented 5 years ago

Is it possible to fragments item list ? It seems currently, a new list is created for each fragment (the spacing changes)

Example:

[slide]
- item1
- item2

to

[fragment]
- item1
[fragment]
- item2

It might be related to https://github.com/damianavila/RISE/issues/502

damianavila commented 5 years ago

If you are looking for automatic numbering of lists, that will not work. As you said, a new list is created with each fragment (cell).