看下博客园中的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
posted @ 2016-12-28 15:18  程小白  阅读(516)  评论(1编辑  收藏  举报