Blog养成记(1) — Markdown常用语法

换行

//

链接

[mmark](https://github.com/miekg/mmark)

图片

![西子飘雪](/images/blog/2018-11/westlake.jpeg)

标题

##

列表

无序
list-title

  • have a try
    • first
    • second
    • last
list-title

* have a try
    * first
    * second
    * last
        * one

有序
list-title

  1. have a try
    1. first
    2. second
    3. last
      1. First item
      2. Second item
      3. Third item
      4. Fourth item
list-title

1. have a try
    1. first
    2. second
    3. last
        1. First item
        2. Second item
        3. Third item
        4. Fourth item

列标题需要与列空一行

版本控制

Version Action Time
1.0 Init Q1~Q3 2018-03-02