| Docs Help
  AppSource  
Docs  /  NAVAX Help Builder  /  Write Help  /  Extended

 Lists


2023/04/22 • 1 min. to read
Bulleted lists can be added using the snippet _List. Numbered lists can be created using the snippet _ListNumbered or by specifying <ol> instead of <ul>. New list entries can be added with _ListAddEntry.

Snippets

The following snippets are available:
SnippetCode/Result
_List
<ul>
<li>TODO_ListEntry</li>
</ul>
Result:
  • TODO_ListEntry
_ListNumbered
<ol>
<li>TODO_ListEntry1</li>
<li>TODO_ListEntry2</li>
<li>TODO_ListEntry3_Line1
TODO_ListEntry3_Line2
TODO_ListEntry3_Line3</li>
</ol>
Result:
  1. TODO_ListEntry1
  2. TODO_ListEntry2
  3. TODO_ListEntry3_Line1 TODO_ListEntry3_Line2 TODO_ListEntry3_Line3
_ListAddEntry
<li>TODO_ListEntry</li>


Submit feedback for
DE|EN Imprint
<>