Section 1

This is a simple AsciiDoc document. It consists of sections, paragraphs, and various formatting elements.

You can jump to Section 2 or Section 3.

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.

  1. This is a numbered list item.

  2. 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.

Sample Image

Section 3

Return to Section 1 or Section 2.

Wrapping it up.

Subsection 3.1

This is the end of the sample AsciiDoc document.