HTML 转 Markdown 的 JavaScript 库 HTML2MD
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://beneaththeink.github.io/html2md/
- 软件文档: http://beneaththeink.github.io/html2md
- 官方下载: https://github.com/BeneathTheInk/html2md
软件介绍
HTML2MD 是一个 HTML 转 Markdown 的 JavaScript 库
使用方法:
<script type="text/javascript" src="html2md.js"></script>
var markdown = html2md("<h1>Hello World</h1>");
console.log(markdown); // -> # Hello WorldDomain-Driven Design Distilled
Vaughn Vernon / Addison-Wesley Professional / 2016-6-2 / USD 36.99
Domain-Driven Design (DDD) software modeling delivers powerful results in practice, not just in theory, which is why developers worldwide are rapidly moving to adopt it. Now, for the first time, there......一起来看看 《Domain-Driven Design Distilled》 这本书的介绍吧!
