markdown-sample
Headings
Level 1 heading
Level 2 heading
Level 3 heading
Level 4 heading
Level 5 heading
Level 6 heading
Emphasising Text
This is bold text
This text is italicized
This was mistaken text
This text is extremely important
All this text is important
Quotation
In the words of Abraham Lincoln:
Pardon my French
Code
Use git status
to list all new or modified files that haven't yet been committed.
Some basic Git commands are:
Links
Have you taken a look at GitHub Pages yet?
Lists
Unordered List
Red
Green
Olive
Blue
Cyan
Navy
Ordered List
Red
Green
Olive
Blue
Cyan
Navy
Mixed List
Red
Green
Olive
Blue
Cyan
Navy
Check List
Emoji
:EMOJICODE:
Escaping Content
You should also be able to *escape* Markdown syntax by utilising back slashes.
HTML
Being Markdown based html should also be supported.
Table Support
git status
git status
git status
List all new or modified files
git diff
git diff
git diff
Show file differences that haven't been staged
Last updated