github flavored markdown

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

老师要求学一些 github 味的markdown ,先整理这么多,以后再整理。

     斜线    *dede*   
     加粗  **dede**
     加链接  [link to google!](https://google.com)
     加图片  ![ state ]( link)
     一级标题    # 1
    二级标题    ##  2
    六级标题    ######   6
    无序列表 *
    有序列表  数字
   引用    >
   inline code   ` 内容`       在一个句子中使用

#代码段的语法高亮 有时候这种语法高亮可以省略(对有大括号的来说)

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}

#任务表

  • dededede
  • dede

#表格

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

猜你喜欢

转载自blog.csdn.net/jackcily/article/details/83057720
今日推荐