本文仅用于测试博客园对markdown的显示效果
1、标题
h1 标题
h2 标题
h3 标题
h4 标题
h5 标题
h6 标题
2、强调和斜体
This is bold text 加粗文本
This is italic text 斜体
3、删除线
Strikethrough 删除线
4、水平线
5、列表
无序
- Create a list by starting a line with
+
,-
, or*
- Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start:
- Ac tristique libero volutpat at
有序
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
6、代码
行内代码
Inline code
代码块
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
标签:markdown,斜体,text,list,标题,语法,foo
From: https://www.cnblogs.com/yecss/p/17038526.html