   First list:

   R1  #1

   R2  #2

   R3  #3

   Specify the indent explicitly so that all the items line up nicely.

   Different list formatting characters, following what v1 supports:


   style="format %i":

   i.     first item

   ii.    second item

   iii.   third item

   iv.    fourth item

   v.     5:th item

   vi.    6:th item

   vii.   7:th item

   viii.  8:th item

   ix.    9:th item

   x.     10:th item

   xi.    11:th item

   xii.   12:th item

   xiii.  13:th item

   xiv.   14:th item


   style="format (%d)":

   (1)  first item

   (2)  second item

   (3)  third item


   style="format %c)":

   a)  first item

   b)  second item

   c)  third item


   style="format %C.":

   A.  first item

   B.  second item

   C.  third item


   style="format %d.":

   1.  first item

   2.  second item

   3.  third item

       A separate line

       A.  first sub-item

       B.  second sub-item

       C.  third sub-item