← Back to Blog

Markdown Test Page

January 04, 2020

Title

H1

H2

H3

H4

H5
H6

Emphasis

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

Text

Text Paragraph one

Text Paragraph two

Blockquote

This text is Blockquoted

Link

Inpsired by Markdown Cheatsheet Twitter

Table

Colons can be used to align columns.

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

List

Inline HTML

Code and Syntax Highlighting

var s = "JavaScript syntax highlighting"
alert(s)
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.

Inline code has back-ticks around it.

Horizontal Rule

Three or more...


Hyphens


Asterisks


Underscores