美文网首页
Markdown学习笔记

Markdown学习笔记

作者: Runxing | 来源:发表于2014-05-04 17:50 被阅读30次

    标题

    一级标题

    二级标题

    三级标题

    四级标题

    五级标题
    六级标题

    列表

    无序列表

    • 文本1
    • 文本2
    • 文本3
    • 文本1
    • 文本2
    • 文本3
    • 文本1
    • 文本2
    • 文本3
    • first
    • second
    • third

    有序列表

    1. 文本1
    2. 文本2
    3. 文本3
    1. first
    2. second
    3. third

    链接和图片

    简书

    引用

    一盏灯,一片黄昏;一简书,一杯淡茶。守着那一份淡定,品读属于自己的寂寞。
    保持淡定,才能欣赏到最美丽的风景!保持淡定,人生从此不再寂寞。

    诗的引用

    朝辞白帝彩云间
    千里江陵一日还
    两岸猿声啼不住
    轻舟已过万重山

    粗体和斜体

    一盏灯,一片黄昏;一简书,一杯淡茶。守着那一份淡定,品读属于自己的寂寞。
    保持淡定,才能欣赏到最美丽的风景!保持淡定,人生从此不再寂寞。

    表格

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

    显示链接中带括号的图片

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

    This is the first level of quoting.

    This is nested blockquote.

    Back to the first level.


    This is the first level of quoting.

    Back to the first level.

    Here is an example of AppleScript

    tell application "Foo"
      beep
    end tell
    

    HTML Code

    <div class="footer">
      © 2014 Foo Corporation
    </div>
    

    Link

    This is an example inline link.

    This is has no title attribute.

    See my about page for details.

    This is an example reference-style link.

    single asterisks

    single underscores

    double asterisks

    double underscores

    Use the printf() function.

    There is a literal backtick (`) here.

    A single backtick in a code span: `

    A backtick-delimited string in a code span: `foo`

    Please don't use any `<blink>` tags.
    
    `—` is the decimal_encoded equivalent of `&mdah;`.
    
    Alt textAlt text Alt textAlt text

    http://jianshu.io/p/9651d11f5a05

    address@example.com

    相关文章

      网友评论

          本文标题:Markdown学习笔记

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