Markdown实验与记录


  • 字体

    • 标题
      ### x级标题 ###x级标题
      ##### x级标题 #####x级标题
    • 加粗 与 斜体
      **Mou** Mou
      *web developers* web developers
      **_Mou_** Mou
      *__Mou__* Mou
    • 删除线
      ~~Strikethrough~~
      Strikethrough

  • 图片:

    • 大图片
      ![Mou icon](http://upload-images.jianshu.io…… "这是标题")
      Mou icon
      Mou icon
    • 复用图片链接
      ![Mou icon][23] [23]:http://upload-images.jianshu.io…… "这是标题"
      ![Mou icon][23]
      [23]:http://25.io/smaller/favicon.ico "这是标题"

  • 修饰段落:

    • 引用
      > Right angle brackets > are used for block quotes.

      Right angle brackets > are used for block quotes.

    • 展示源码
      反引号</br><p>不会被解析为html</p>反引号
      </br><p>不会被解析为html</p>
    • 展示源码
      4个空格</br><p>不会被解析为html</p>
      </br><p>不会被解析为html</p>
    • 展示源码
      3个反引号 </br><p>不会被解析为html</p> 3个反引号
  </br><p>不会被解析为html</p>
  </br><p>不会被解析为html</p>

  • 链接:

    • 邮件
      <example@example.com>
      example@example.com
    • 链接
      <http://chenluois.com>
      http://chenluois.com
    • 标题链接
      [Smaller](http://25.io/smaller/)
      Smaller
    • 详情标题链接
      [Resize](http://resizesafari.com "悬停显示说明")
      Resize
    • 使用ID复用链接
      [reference style][22] [reference style2][22] [id]: http://25.io/mou/ "Markdown editor on Mac OS X"
      [reference style][22]
      [reference style2][22]
      [22]: http://25.io/mou/ "Markdown editor on Mac OS X"

  • 列表:

    • 数字
      1.空格Ordered list item 3.空格Ordered list item
    1. Ordered list item
    2. Ordered list item
    • 圆点
      *空格Unordered list item *空格Unordered list item

      • Unordered list item
      • Unordered list item
    • 圆点
      -空格Unordered list item -空格Unordered list item

      • Unordered list item
      • Unordered list item

  • 表格

    • 简单表格
 First Header | Second Header | Third Header
------------ | ------------- | ------------
Content Cell | Content Cell  | Content Cell
Content Cell | Content Cell  | Content Cell
First Header Second Header Third Header
Content Cell Content Cell Content Cell
Content Cell Content Cell Content Cell
  • 居中或左对齐
First Header | Second Header | Third Header
:----------- | :-----------: | -----------:
Left         | Center        | Right
Left         | Center        | Right
First Header Second Header Third Header
Left Center Right
Left Center Right
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容