Lists ===== Docraft supports ordered (````) and unordered (````) lists. Ordered List ------------ .. code-block:: xml First item Second item Third item .. list-table:: :header-rows: 1 :widths: 20 15 65 * - Attribute - Type - Description * - ``style`` - string - ``number`` (1, 2, 3…) or ``roman`` (I, II, III…). Unordered List -------------- .. code-block:: xml Apple Banana Cherry .. list-table:: :header-rows: 1 :widths: 20 15 65 * - Attribute - Type - Description * - ``dot`` - string - Marker style: ``-`` (dash), ``*`` (star), ``circle``, or ``box``.