Skip to the content.

Markdown

History

Markdown language, created by John Gruber, 2004.

Title

Level 1 using “=” or “#”.
Level 2 using “-“ or “##”.
Level 3 using “###”.
Level 4 using “####”.
Level 5 using “#####”.
Level 6 using “######”.

Font

Italic font.
Bold font.
Italic and bold font.

Separator

Using “***”.

Strikeout

Can you see me?

Underline

See.

List

Block

Reference.

Code

Function printf.

#include <stdio.h>
int main()
{
    printf("Hello World\n");
    return 0;
}

Web address.

Picture

Desktop

Table

Head 1 Head 2
Item 1 Item 2
Item 3 Item 4