Lists
This page showcases different list types and nesting.
Unordered Lists
Nested Unordered List
-
Level 1 item A
-
Level 2 item A1
-
Level 2 item A2
-
Level 3 item A2a
-
Level 3 item A2b
-
-
Level 2 item A3
-
-
Level 1 item B
-
Level 2 item B1
-
List with Complex Content
-
First item with a longer description that wraps to multiple lines to demonstrate how list item text is handled.
-
Second item with inline formatting: bold, italic, and
code. -
Third item with a link: Antora Documentation
-
Fourth item with multiple paragraphs:
This is a continuation paragraph. It belongs to the fourth item.
And another continuation paragraph.
Ordered Lists
Mixed Lists
-
Unordered item
-
Nested unordered
-
Ordered inside unordered
-
Second ordered item
-
-
Back to nested unordered
-
-
Another unordered item
Description Lists
Basic Description List
- Term 1
-
Definition for term 1. This can span multiple lines.
- Term 2
-
Definition for term 2.
- Term 3
-
Definition for term 3.
Description List with Nested Content
- First Term
-
This is the definition of the first term.
It includes a continuation paragraph.
- Second Term
-
This term has a code block:
const example = "code in description list"; - Third Term
-
This term has a nested list:
-
Sub-item A
-
Sub-item B
-
Sub-item C
-
Lists with Block Content
-
First step
pnpm install -
Second step
Make sure to run this from the project root. pnpm build -
Third step
Example 1. Expected outputBuild completed successfully. Output written to ./build/site