Section 1
This is a simple AsciiDoc document. It consists of sections, paragraphs, and various formatting elements.
Subsection 1.1
You can create subsections using "===".
-
This is a bullet list item.
-
You can create bullet lists using asterisks.
Sub-subsection 1.1.1
Lists can be nested.
-
This is a numbered list item.
-
You can create numbered lists using numbers.
This is a block quote.
— John Doe
# This is a code block
print("Hello, World!")
A link to [OpenAI’s website](https://www.openai.com).
Section 2
Return to Section 1.
Now you can add more content to your document.
Subsection 2.1
You can use emphasis or italics by enclosing text with asterisks or underscores.
You can also make text strong or bold by using double asterisks or underscores.
Note
|
This is a note block. |