I am struggling to answer something that ought to be obvious. Normally, in rmarkdown, if I want a list like:
- item 1
a. sub-item a.
b. sub-item b.
- item 2
I type:
- item 1
<4spaces>a. sub-item a.
<4spaces>a. sub-item b.
- item 2
That works perfectly for html and latex, but in ioslides, I get, instead:
- item 1
- sub-item a.
- sub-item b.
- item 2
I cannot figure out how to fix this, and I have not seen anything on stack overflow or anywhere else.