Markdown Syntax Guide

This is a sample post demonstrating the basic features of Markdown. Markdown is a lightweight markup language that allows you to write using an easy-to-read, easy-to-write plain text format.

Headings

Markdown uses # symbols to create headings. One # is the largest heading (H1), and six #s are the smallest (H6).

This is an H1 Heading

This is an H2 Heading

This is an H3 Heading

Text Formatting

You can easily make text bold, italic, or strikethrough.

Continue...