.Modelica.UsersGuide.Conventions.Documentation.Format.Lists

Information

Lists have to be placed outside of paragraphs to be HTML compliant.

  1. Items of a list shall start with
Example 1

This is a simple example of an enumerated (ordered) list

<ol>
  <li>item 1</li>
  <li>item 2</li>
</ol>

appears as

  1. item 1
  2. item 2
Example 2

This is a simple example of an unnumbered list.

<ul>
  <li>item 1</li>
  <li>item 2</li>
</ul>

appears as


Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39