一、语法javascript
1.一、http://www.appinn.com/markdown/html
1.二、https://kingofamani.gitbooks.io/git-teach/content/chapter_6_gitbook/markdown.htmljava
1.三、http://www.cnblogs.com/hnrainll/p/3514637.htmlgit
二、在线工具markdown
2.一、一个牛逼的markdown在线编译工具:https://stackedit.io/app
三、特殊的知识点工具
如何在markdown文档的js代码中有添加和删除的样式能够这样写code
``` function foo(){ + var a=1 - var b=2 } ```