layout | title | subtitle | date | author | header-img | catalog | tags | |
---|---|---|---|---|---|---|---|---|
post |
Markdown Demo |
markdown demo |
2017-10-24 21:37:08 +0800 |
Figer |
img/post/markdown-demo/post-bg-re-vs-ng2.jpg |
true |
|
- 无序列表
- 2
- 3
- 有序列表
- 2
- 3
引用一段话
斜体
粗体
Left Aligned | Center Aligned | Right Aligned |
---|---|---|
col 3 is | some wordy text | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
print Hello World
public class Java{
public static void main(String[] args){
System.out.println("Hello World!");
}
}