Headers
Markdown Input | Rendered Display |
---|---|
|
Level 1 Header (H1)Level 2 Header (H2)Level 3 Header (H3)Level 4 Header (H4)Level 5 Header (H5) |
Lists
Markdown Input | Rendered Display |
---|---|
Unordered lists
Asterisks, plus signs or dashes:
|
sample text
sample text
|
Ordered lists
|
sample text
|
Definition lists
Multiple definitions
Multiple terms
|
|
Notes: Lists require a new line after the last list item |
Emphasis
Markdown Input | Rendered Display |
---|---|
Italic (em tag)
|
I am emphasized I am emphasized |
Bold (strong tag)
|
I am bold I am bold |
Links
Markdown Input | Rendered Display |
---|---|
Inline Method
|
This is an example inline link. |
Automatic Links
Note: Wrap links with < and > with no empty spaces.
|
|
Internal page anchors
Note: Wrap links with < and > with no empty spaces.
|
How do you...? |
Tables
Markdown Input | Rendered Display | ||||||
---|---|---|---|---|---|---|---|
|
|
Code Blocks
Markdown Input | Rendered Display |
---|---|
|
|
Images
Markdown Input | Rendered Display |
---|---|
|
|
Regular HTML tag: (Note: add class="shadow" for the shadow effect")
Note: Remove space between "<" and "img"
</td>
|
Video
Simply embed the HTML required to render the desired video. If the video has an HTTPS option (such as YouTube's) choose that option when generating the embed code.
To make the video dimensions responsive wrap the embed code with a div that has a class of video-container. Then it will show nicely on any device.
< div class="center video-container">....< /div>
(remove space before div)
Literal Characters
The following characters sometimes have special meanings in Markdown. You can make sure Markdown doesn't interpret these characters by placing a backslash in front of them.
- \ backslash
- ` backtick
- * asterisk
- _ underscore
- {} curly braces
- [] square brackets
- () parentheses
- # hash mark
- + plus sign
- - minus sign (hyphen)
- . dot
- ! exclamation mark
- : colon
- | pipe
Markdown Input | Rendered Display |
---|---|
|
\ |