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:

git status
git add
git commit

Have you taken a look at GitHub Pages yet?

Lists

Unordered List

  • Red

  • Green

    • Olive

  • Blue

    • Cyan

    • Navy

Ordered List

  1. Red

  2. Green

    1. Olive

  3. Blue

    1. Cyan

    2. Navy

Mixed List

  1. Red

  2. Green

    • Olive

  3. Blue

    • Cyan

    • Navy

Check List

Emoji

:EMOJICODE:

GitHub syntax can also support emoji đź‘Ť

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

Command left-alignedCommand center-alignedCommand right-alignedDescription

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