Markdown Syntax

Record Markdown syntax, display and test Markdown Plugin effects

H1#

H2#

H3#

H4#

H5#

Italic
Bold
Bold & Italic
Strikethrough


Blockquote

First level

Second level

Third level


  1. Numbered list
  2. Numbered list
  3. Numbered list
  • Bullet list
  • Bullet list
  • Bullet list
  • Bullet list
  • Bullet list
  • Bullet list

  • Unordered list
  • Unordered list
    • Sub-list
      • Sub-sub-list
  1. Ordered list
  2. Ordered list
    1. Sub-list
      1. Sub-sub-list

Link name

https://google.com


#include <stdio.h>

int main(){

    printf("Hello World");

    return 0;
}

Google
Yahoo
MSN


+ - * . ! # $ % ^ & * ( ) { } [ ] : ; ’ ” ? , . /

GFM#

www.example.com, https://example.com, and contact@example.com.

Footnote#

A note1

Strikethrough#

one or two tildes.

Tasklist#

  • done
  • undone
  • undone
  • undone
  • undone
  • undone

Footnotes#

  1. Big note.