Display information in lists and tables
To create an ordered list, add line items with numbers followed by periods
To create an unordered list, add dashes (-
), asterisks (*
), or plus signs (+
) in front of line items.
Add indents on list items to nest them
Lists follow the official markdown syntax.
Property | Description |
---|---|
Name | Full name of user |
Age | Reported age |
Joined | Whether the user joined the community |
The Table component follows the official markdown syntax.
To add a table, use three or more hyphens (---
) to create each column’s header, and use pipes (|
) to separate each column. For compatibility, you should also add a pipe on either end of the row.