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

Information

  1. Lists have to be placed outside of paragraphs to be HTML compliant.
  2. Items of a list shall start with
    1. a capital letter if each item is a full sentence
    2. a small letter, if only text fragments are used or the list is fragment of a sentence

Examples

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 2024-11-04T19:25:26Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos