Test Post

Sample Markdown Post

This is a sample Markdown post that demonstrates all the different Markdown styles.

Headings

Here are some different headings:

Heading 3

Heading 4

Heading 5
Heading 6

Emphasis

Here are some examples of emphasis:

This text will be italicized

This text will be bold

This text will be bold and italicized

Lists

Here are some examples of lists:

Unordered List

Ordered List

  1. Item 1
  2. Item 2
  3. Item 3

Links

Here are some examples of links:

Inline Link

Google

Reference Link

Here's a reference link to Google.

Images

Here's an example of an image:

Sample Image

Code

Here's an example of inline code:

console.log('Hello, world!');

Here's an example of a code block:

function add(a, b) {
  return a + b;
}

Blockquotes

Here's an example of a blockquote:

To be, or not to be, that is the question.

Horizontal Rule

Here's an example of a horizontal rule:


A youtube video:

That's it! This post covers all the different Markdown styles.