常用的Markdown用法

code highlighting

1
2
3
window.addEventListener('load', function() {
console.log('window loaded');
});

Emphasis

*A* A

**A** A

Task Lists

[x] or []

  • [] @mentions, #refs, links, formatting, and tags supported
  • [x] list syntax required (any unordered or ordered list supported)
  • [x] this is a complete item
  • [ ] this is an incomplete item

Tables

-:row |:column

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

Emoji

to see Emoji Cheat Sheet

😓