CTRL + Z
这行文字会带上中划线
sudo gem install jekyll bundler
sudo bundle install
然后执行jekyll serve
,可能会报以下错误
/Library/Ruby/Gems/2.3.0/gems/bundler-1.17.1/lib/bundler/runtime.rb:319:in check_for_activated_spec!': You have already activated public_suffix 3.0.3, but your Gemfile requires public_suffix 2.0.5. Prepending
bundle exec` to your command may solve this. (Gem::LoadError)
使用bundle exec jekyll serve
即可
#
表示一级标题,##
表示二级标题以此类推列表标题和前面的点中间要有一个空格
通过四个空格进行缩进,如果不进行缩进列表的标题序号会重置
行与行之间要有一个空行,如果没有空行生成以后没有换行
超链接
命令引用
git status
高亮语法
https://help.github.com/articles/creating-and-highlighting-code-blocks/
<xml>
<display>该段内容会以xml格式显示</display>
</xml>
图片链接