• 看下博客园中的Markdown语法的显示效果


    Marddown语法就不介绍了,自己百度去吧,下面我自己看下显示效果如何。

    一级标题

    二级标题

    三级标题

    重点重点
    斜线

    1. 有序列表
    2. 有序列表
    3. 有序列表
    • 无序列表
    • 无序列表
    • 无序列表

    引用,嗯,这里就是引用
    这里也是引用

    import android.util.Log;
    
    public class Main extends Activity {
        //这个语法是个错的
    }
    
    include <stdio.h>
    print("这个语法是个错的");
    
    第一列 第二列 第三列
    a b c
    e d f

    流程图

    st=>start: start
    e=>end: end
    op=>operation: my operation
    cond=>condition: my condition
    
    st->op->cond
    cond(yes)->op
    cond(no)->end
    

    序列图

    a-->b:op1
    b->>c:op2
    Note over c:my op
    c->a:op3
    
    st=>start: Start
    e=>end
    op=>operation: My Operation
    cond=>condition: Yes or No?
    
    st->op->cond
    cond(yes)->e
    cond(no)->op
  • 相关阅读:
    运算符
    数据运算
    login_code
    headless&unittest
    dict-test
    list_test
    string_test
    python1113
    堆排序
    java线程同步问题
  • 原文地址:https://www.cnblogs.com/yanyojun/p/6229583.html
Copyright © 2020-2023  润新知