Skip to content

Instantly share code, notes, and snippets.

@winse
Created February 6, 2014 09:03
Show Gist options
  • Save winse/8840729 to your computer and use it in GitHub Desktop.
Save winse/8840729 to your computer and use it in GitHub Desktop.
简书Markdown

一些使用注意点:

  • 由于简书使用GFW的拓展版的Markdown;
    • 内容换行被解析为
      ,2+个换行才被解析为

    • 代码块使用```
    • 链接URL。
  • 4个空格相当于一个Tab;
  • 嵌套元素:关于空格的使用各个解析器好像都不同,有些严格遵循规范,在简书中,直接使用一个空格也行。多个换行会被解析为新元素。

1. 标题

一级标题

二级标题

...

六级标题

16个#分别表示网页中h1h6的标题。

2. 段落

这是一个段落。 这是一个段落。

3. 字体

加粗 斜体 斜体加粗 中划线

也可以使用下划线_代替*

4. 列表

  • 项1
  • 项2
  • 项3
  • 项4

5. 链接

http://github.com winse http://plasticboy.com/markdown-vim-mode G <-- 后面没有内容时需要加G Google

6. 图片

winse

7. 引用/源代码

引用

源代码

8. 分隔符




9. 表格

Name Description
Help Display the help window.
Close Closes a window
使用` `分隔各个单元格的内容。

** 内容对齐 **

Left-Aligned Center Aligned Right Aligned
col 3 is some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1

使用冒号:来标识对齐的方式。

参考

@anter2017999
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment