Markdown 的使用
1,首先下载 typora ;这是用来写markdown的编辑器,当然也有网页版的工具可以用。
2,在线的编辑器可以看这里,也能够熟悉用法:
https://www.zybuluo.com/mdeditor
将 Markdown 变为 HTML
利用github开源的库 marked
打开 https://cdnjs.com/libraries/marked
cdn地址引入:
https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.6/marked.js
利用在线编辑
js.jirengu.com
在这里样式引入了
https://github.com/sofish/typo.css
typo.css是不错的排版样式 ,在github上可以做关注了解,可以应用于博客排版。
JS Bin
查看地址:
https://besswang.github.io/blog/index.html