Markdown Examples

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Image

image test

tree

Emphasis

Italic text
Bold text
Bold and italic text
Strikethrough

Lists

Unordered List

Ordered List

  1. First item
  2. Second item
  3. Third item

Links

Google
https://google.com

Code

Inline code example.

Code Block

function helloWorld() {
    console.log("Hello, World!");
}

Blockquotes

This is a blockquote.

Horizontal Rule


Tables

Column 1 Column 2 Column 3
Row 1 Data 1 Data 2
Row 2 Data 3 Data 4

Task Lists