美文网首页
MuNote_MarkDown test example 测试例

MuNote_MarkDown test example 测试例

作者: muyinliu | 来源:发表于2015-01-31 12:28 被阅读0次

    Date: 20150113

    说明

    用于测试 MarkDown 解释器是否正常工作的例子(示范)


    hN test

    hN test 1

    h2

    h3

    h4

    h5
    h6

    hN test 2

    h2

    h3

    h4

    h5
    h6

    unorder list test

    unorder list test 1

    • unorder list item 1
    • unorder list item 2
    • unorder list item 3
    • unorder list item 4

    unorder list test 2

    *unorder list item 1
    *unorder list item 2
    *unorder list item 3
    *unorder list item 4


    order list test

    order list test 1

    1. order list item 1
    2. order list item 2
    3. order list item 3
    4. order list item 4

    order list test 2

    1.order list item 1
    2.order list item 2
    3.order list item 3
    4.order list item 4


    blackquote test

    blackquote test 1

    blackquote line1
    blackquote line2
    blackquote line3
    blackquote line4

    blackquote test 2

    blackquote line1
    blackquote line2
    blackquote line3
    blackquote line4


    complex

    unorder list in blackquote test 1

    • unorder list item 1 in blackquote
    • unorder list item 2 in blackquote
    • unorder list item 3 in blackquote
    • unorder list item 4 in blackquote

    unorder list in blackquote test 2

    *unorder list item 1 in blackquote
    *unorder list item 2 in blackquote
    *unorder list item 3 in blackquote
    *unorder list item 4 in blackquote

    unorder list in blackquote test 3

    • unorder list item 1 in blackquote
    • unorder list item 2 in blackquote
    • unorder list item 3 in blackquote
    • unorder list item 4 in blackquote

    unorder list in blackquote test 4

    *unorder list item 1 in blackquote
    *unorder list item 2 in blackquote
    *unorder list item 3 in blackquote
    *unorder list item 4 in blackquote

    order list in blackquote test 1

    1. order list item 1 in blackquote
    2. order list item 2 in blackquote
    3. order list item 3 in blackquote
    4. order list item 4 in blackquote

    order list in blackquote test 2

    1.order list item 1 in blackquote
    2.order list item 2 in blackquote
    3.order list item 3 in blackquote
    4.order list item 4 in blackquote

    order list in blackquote test 3

    1. order list item 1 in blackquote
    2. order list item 2 in blackquote
    3. order list item 3 in blackquote
    4. order list item 4 in blackquote

    order list in blackquote test 4

    1.order list item 1 in blackquote
    2.order list item 2 in blackquote
    3.order list item 3 in blackquote
    4.order list item 4 in blackquote


    code test

    code test 1

    (ql:quickload 'cl-fad)
    

    code test 2

    (ql:quickload 'cl-fad)
    
    (fad:list-directory "/tmp/")
    
    

    code test 3

    $(document).ready(function() {
        $('#click').click(function() {
            // TODO code here
        });
    });
    

    code test 4

    public class HelloWorld {
        public static void main(String[] args) {
            System.out.println("Hello, world.");
        }
    }
    

    hr test

    hr test 1


    hr test 2


    hr test 3


    NOT hr test 1


    NOT hr test 2

    --

    NOT hr test 3

    --


    strong test

    strong test 1

    strong

    strong test 2

    strong with space

    strong test 3

    ** strong with space at start and end **


    a link test

    a link test 1

    link content

    a link test 2

    link content 2


    image test

    image test 1

    image 1image 1

    image test 2

    image 2 image 2
    col1 col2
    1 2
    33 444
    555 6666

    相关文章

      网友评论

          本文标题:MuNote_MarkDown test example 测试例

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