Tables, lists and PlantUML
Tables and lists work the mostly the same as markdown, as shown in the examples below. For our paying customers it is possible to use FQL and PlantUML for rendering dynamic tables and Plant UML diagams. For more information on FQL, see the FQL tables page.
PlantUML can be used with the Plant UML syntax using plantuml placeholders:
Tables
Header | Header | Header |
---|---|---|
content | content | content |
content | content | content |
Unordered lists
- Item 1
- Item 2
- Sub Item 2.1
- Sub item 2.2
- Sub sub item 2.2.1
- Item 3
or:
- Item
- Item
Ordered lists
Ordered lists with automatic numbering.
- Item a
- Item b
- Item c