TODO
前端项目中解析markdown的库:
remarkable 一个纯 JavaScript 的 Markdown 解析器,解析速度快而且易于扩展。 https://github.com/jonschlinkert/remarkable
marked A markdown parser and compiler. Built for speed. https://github.com/chjj/marked
react-markdown 可以处理markdown格式的字符,渲染到react组件中(但对.md文件的支持还不够) https://github.com/rexxars/react-markdown
webpack的markdown-loader(webpack项目中推荐) 可以读取.md文件内容输出为html https://github.com/peerigon/markdown-loader