Skip to content

Instantly share code, notes, and snippets.

@meyu
Last active February 4, 2019 06:33
Show Gist options
  • Save meyu/131b1bc27c7248444d05b8b9521d1f0d to your computer and use it in GitHub Desktop.
Save meyu/131b1bc27c7248444d05b8b9521d1f0d to your computer and use it in GitHub Desktop.
施工中: Quick Reference of Markdown Syntax

h1

h2


===

italic

italic

bold

bold

strike through

[URL Link]<https://sample.com "optional title">

URL Link2

image alt text

linked image

  • list 1
  • list 2

. list 3 . list 4

  1. numbered list 1
  2. numbered list 2

Block Quotes

inline code let x = 100;.

let x = 100;

differ code

let x = 100;
- let y = 100;
+ let y = 200;
colume1 centered align colume2 right align colume3
1 2 3
  • checkbox1
  • checkbox2
  • checkbox3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment