计算机教程

Test Markdown Supported By Github

Reference https://guides.github.com/features/mastering-markdown/  

Headers

this is an H1

this is an H2

this is an H5

Blockquotes

this is a blockquote

Lists

  • red
  • green
  • blue

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

Code Blocks

Here is an example:

 print "hello world"

链接

链接

删除线

hello

下划线

underline

斜体

test

粗体

test

语法高亮

  • js
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
  • python
def foo():
    if not bar:
        return True

表格

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

emoji

:smile: