美文网首页
Markdown 教程

Markdown 教程

作者: M_arshmallow | 来源:发表于2016-09-02 00:20 被阅读0次

标题

有1~6级标题

一级标题

六级标题

列表

无序列表

  • 列表项
  • 列表项

有序列表

  1. 列表项
  2. 列表项

链接和图片

(注意 右中括号和左小括号之间没有空格)

链接

Google


图片


显示链接中带括号的图片

![][1]
[1]: http://latex.codecogs.com/gif.latex?\\prod%20\\(n_{i}\\)+1


引用

无可奈何花落去,似曾相识燕归来


转义符号

使用 \\ 来转义特殊符号


水平分割线

语法:---


字体

  • 粗体:

语法:使用\\\\XYZ\\\\来生成粗体文字
示例:EMP

  • 斜体:

语法:使用\\XYZ\\来生成斜体文字
示例:ITA


表格

(---表示对应的列左对齐,:---:表示对应的列居中对齐,---:表示对应的列右对齐)

  • 书写形式1
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1
  • 书写形式2
dog bird cat
foo foo foo
bar bar bar
baz baz baz

相关文章

网友评论

      本文标题:Markdown 教程

      本文链接:https://www.haomeiwen.com/subject/hiehettx.html