Main Heading Level 1

This is a paragraph following the main heading. Paragraphs have comfortable line spacing and bottom margins.

Section Heading Level 2

Here's a paragraph with some bold text and italic text. You can also include links that change color on hover.

Subsection Heading Level 3

This section demonstrates various list types and other formatting elements.

Smaller Heading Level 4

Minor Heading Level 5
Smallest Heading Level 6
  1. First ordered list item
  2. Second ordered list item
  3. Third item with nested ordered list:
    1. Nested numbered item 1
    2. Nested numbered item 2
  4. Fourth item

You can include inline code snippets within your paragraphs. For example: const myVariable = "hello";

// This is a code block with syntax highlighting
function greetUser(name) {
    console.log(`Hello, ${name}!`);
    return true;
}

// Call the function
greetUser("World");
# Python code example
def calculate_sum(a, b):
    """Calculate the sum of two numbers"""
    return a + b

result = calculate_sum(10, 20)
print(f"The result is: {result}")

This is a blockquote. It's useful for highlighting important information, quotes from other sources, or callout boxes.

Blockquotes can contain multiple paragraphs with proper spacing.


Column 1 Column 2 Column 3
Row 1, Cell 1 Row 1, Cell 2 Row 1, Cell 3
Row 2, Cell 1 Row 2, Cell 2 Row 2, Cell 3
Row 3, Cell 1 Row 3, Cell 2 Row 3, Cell 3
Description of image
This is a caption that appears below the image. It's styled in a smaller, italic font.
Another image example
Term 1
Definition for term 1. This is indented and can contain detailed explanations.
Term 2
Definition for term 2 with more information about the concept.
Term 3
Definition for term 3.

Combining Elements

You can freely combine all these elements. For instance, you might have a paragraph that introduces a concept, followed by:

Then you might want to highlight a key insight in a blockquote.

And continue with more explanatory text that includes both emphasis and strong emphasis as needed.

Footnotes

  1. This is a footnote with additional information.
  2. Another footnote with supplementary details.