一级标题
二级标题
三级标题
四级标题
五级标题
六级标题
无序列表
- 你
- 我
- 他
有序列表
- 你
- 我
- 他
粗体
斜体
引用:
This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
This is the first level of quoting.This is nested blockquote.
Back to the first level.
这是一个标题。
- 这是第一行列表项。
- 这是第二行列表项。
给出一些例子代码:
return shell_exec("echo $input | $markdown_script");
链接:baidu
图片: Mouapp表格:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
代码插入:
public static boolean test(int i, int val) { System.out.println("test: " + i); System.out.println("result: " + (i < val)); return i < val; }
public static boolean test(int i, int val) {
System.out.println("test: " + i);
System.out.println("result: " + (i < val));
return i < val;
}
网友评论