Nothing
Nothing
Elements
Name Markdown Example/HTML Output
> This is a quote
This is a quote
Block Quote >
Firs ¸¤ Firs²
Ordered List Second
¯¤ Second
1. Numbers
1. Numbers
* Asterisks
ô Asteriskê
* List
ô Lis²
* Nested
ô Nesteó
Unordered List
+ Can also use plus sign
Images 
<img src=”https://a.com” alt=”Alt” />
Checklist
- [ ] Must include space
Must include space
Extended - [x] Completed ✓ Completed
| Name | Age |
Name Age
| ----- | --- |
| Kyle | 28 |
Kyle 28
| Sally | 45 |
Sally 45
Tables
Extended
| Right | Center | Left |
Right Center Left
| ----: | :----: | :--- |
Kyle 28 Hi
| Kyle | 28 | Hi |
## Head 2
<h2>Head 2</h2>
Headings
### Head 3 {#my-id}
<h3 id=”my-id”>Head 3</h3>
##### Head 5
<h5>Head 5</h5>
<h6>Head 6</h6>
###### Head 6
Will be same
paragraph
<p>Will be same paragraph if only
one new line used</p>
Two spaces␣␣
<p>Two spaces<br />
Line Breaks at end of line will make at end of line will make a line
a line break break</p>
<a href=”https://url.com”>Label</a>
<a href=”/other-page”>Relative</a>
[Label](https://url.com)
<a href=”#my-id”>Id</a>
Links
[Relative](/other-page)
<a href=”https://url.com”>
<a href=”https://extended.com”>
https://extended.com https://extended.com
</a>
---
<hr />
underscores
Horizontal Rule
***
<hr />
<hr />
________
Text Styling
Name Markdown Example Output
This is **bold**
This is __also bold__
This is bold
Use as**teris**ks for mid Use asterisks for mid word bolding
word bolding
This is *italic*
This is _also italic_
This is italic
Use as*teris*ks for mid Use asterisks for mid word italics
word italics
This is ***both***
This is ___also both___
This is both
Highlight
This is ==highlighted== This is highlighted
Extended
Subscript
H~2~0 H2 0
Extended
Superscript
x^2^ X2
Extended
Emoji
I am happy :smile: I am happy
Extended
Code
Name Markdown HTML Output
Code Block
Technically this is
only supported with <pre>
</code>