Markdown Sample

01 Jun 2021 | computer website

This page provides an example of simple markdown capabilities.

Headers

This is an <h1> tag

This is an <h2> tag

This is an <h3> tag

This is an <h4> tag

This is an <h5> tag
This is an <h6> tag

Emphasis

This text will be italic

This text will be bold

This text will be striked through

Unordered Lists

Ordered Lists

  1. Item 1
  2. Item 2
  3. Item 2a
  4. Item 2b

Images

Test Image

GitHub

Blockquotes

This is an example multiline blockquote

Inline Code

This is an example inline code

Code Blocks

This is an example code block

Task Lists

Tables

header 0 header 1 header 2
content 0 content 1 content 2
content 0 content 1 content 2
content 0 content 1 content 2

Horizontal Line


Comments