地址: https://github.com/dezhiShen/github-blog-sdk
使用marked.js将markdown转为html渲染到 index.html 中
示例: https://github.com/dezhiShen/github-blog-sdk/tree/master/examples
优势:
缺点:
目的: 看看有没有其他的 markdown 的处理方式,实现基于 markdown 编写的无服务器的博客
优势:编写完index.html后,无需再写html代码,只需要写markdown
目前查到一个库: https://github.com/mckamey/jsonml
看样子可以将HTML转为结构化数据