ListsLists |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Lists have to be placed outside of paragraphs to be HTML compliant.
This is a simple example of an enumerated (ordered) list
<ol> <li>item 1</li> <li>item 2</li> </ol>
appears as
This is a simple example of an unnumbered list.
<ul> <li>item 1</li> <li>item 2</li> </ul>
appears as