User:Bgolden/sandbox: Difference between revisions

From ICAR Wiki
No edit summary
No edit summary
Line 1: Line 1:
this is the sandbox
This is the default list
# First item
# Second item
# Third item


<nowiki><ol style="list-style-type:lower-roman"></nowiki>
This is a numbered list
<nowiki><li>About the author</li></nowiki>
<ol style="list-style-type:number">
<nowiki><li>Foreword to the first edition</li></nowiki>
<li>First item</li>
<nowiki><li>Foreword to the second edition</li></nowiki>
<li>Second item</li>
<nowiki></ol></nowiki>
<li>Third item</li>
</ol>
 
This is a roman numeral list
<ol style="list-style-type:lower-roman">
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ol>

Revision as of 15:38, 7 November 2023

This is the default list

  1. First item
  2. Second item
  3. Third item

This is a numbered list

  1. First item
  2. Second item
  3. Third item

This is a roman numeral list

  1. First item
  2. Second item
  3. Third item