一級標(biāo)題
二級標(biāo)題
三級標(biāo)題
四級標(biāo)題
五級標(biāo)題
六級標(biāo)題
無序列表
- 你
- 我
- 他
有序列表
- 你
- 我
- 他
粗體
斜體
引用:
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.
這是一個標(biāo)題忍啤。
- 這是第一行列表項域那。
- 這是第二行列表項。
給出一些例子代碼:
return shell_exec("echo $input | $markdown_script");
鏈接:baidu
表格:
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;
}