markdown编辑器

执行jekyll server

1
bundle exec jekyll server

代码 highlight


result display

<div class="rd">
    <img src="/assets/images/2018/7-8-9/7-23-1.png" alt="">
</div>

本地访问img路径

http://localhost:4000/assets/images/2017/10-11-12/11-01-19.png

线上img路径

http://pengyouyi.site/assets/images/2017/10-11-12/11-01-19.png

文字引用 Text citation

在被引用的文本前加上 > 符号,以及一个空格就可以了

一层嵌套

> 这是引用

这是引用

多层嵌套

> 嵌套引用第一层
>> 嵌套引用第二层
>>> 嵌套引用第三层

嵌套引用第一层

嵌套引用第二层

嵌套引用第三层

添加下划线divider

<u>下划线</u>

添加下划线显示效果:

下划线

更多-more

本地博客路径

cd git-workplaces/我的测试博客/pengyouyi.github.io

bundle exec jekyll server

http://localhost:4000/

上传博客

git add .
git commit -m "注释"
git push origin master

http://pengyouyi.site/