Rich text sample

This document showcases all the rich text features supported by the GitHub editor.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5


Text Formatting

Bold Text
Italic Text
Strikethrough
Bold and Italic

Blockquote


Lists

Unordered List:

  • Item 1

  • Item 2

    • Subitem 1

    • Subitem 2

Ordered List:

  1. First Item

  2. Second Item

    1. Nested First Item

    2. Nested Second Item


Code Blocks

Inline Code

inline code

Block Code

console.log("Hello, World!");

Syntax Highlighting

def greet():
    print("Hello, World!")

Tables

Name

Age

Profession

Alice

25

Developer

Bob

30

Designer


Images

Image caption