kunka 主题归来
先按至少两下空格,再
回车
下面是5个分割线:
这是H1
这是H3
这是H6 前面决定,后面美观作用可省略
倾斜1-为em标签
倾斜2-为em标签
加粗1-为strong标签
加粗2-为strong标签
上面可以在中间
尖括号自动链接(前面不要省略http:\\): http:\\www.baidu.com
行内引用,前后要有空格 C语言
是效率很高的语言
这是区块引用blockquote!
引用里的引用blockquote!
- 无序列表,用的是*
- 无序列表
- 333
-
444
- 无序列表4
- 无序列表5
- 无序列表6
- 无序列表用*不好,最后一行前会产生空行,不知为何
为什么下面有序列表序号不产生:
- 有序列表1
- 有序列表2(前面的数字并不会显示出来)
- 有序列表3
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.
To add new posts, simply add a file in the _posts
directory that follows the convention YYYY-MM-DD-name-of-post.ext
and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
Jekyll also offers powerful support for code snippets:
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
一个缩进或四个空格表示代码区块,类似html的pre标签,里面
所有的格式都保留下来。第一个缩进或前四个空格最终不会被被包含进来
代码区块持续到无缩进或四个空格 为止
for ( int i=0; i<5; i++)
{
cout << "i: " << i << endl;
}
区块外