美文网首页
markdown demo

markdown demo

作者: 悉熟 | 来源:发表于2016-10-01 13:59 被阅读0次

    # This is a title.

    ## second title

    ### thrid title

    #### forth title

    ##### fifth title

    - 文本以

    - 文本而

    - 文本三

    1. 文本以

    2. 文本而

    3. 文本三

    [百度](http://www.baidu.com)

    ![](http://ww4.sinaimg.cn/bmiddle/aa397b7fjw1dzplsgpdw5j.jpg)

    > 人能掌握的只有现在和未来,因为过去只是记忆,而记忆是物质。

    ### 诗的引用

    > 黄河远上白云间

    > 一片孤城万仞山

    > 羌笛**何**须怨杨柳

    >牧童*遥指*杏花村

    ### code

    'hello world'

    '''

    public static void main(String args[]) {

        System.out.println("这是一段代码");

    }

    '''

    | Tables    | Are |Cool|

    |---------------------|:-------:|---|

    |col 3 is |right-aligned|$1600|

    |col 2 is | centered|$12|
    |zebra strips|are neat|$|

    ![][1]

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

    相关文章

      网友评论

          本文标题:markdown demo

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