HTML 转 Markdown 的 JavaScript 库 Turndown
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://domchristie.github.io/turndown/
- 软件文档: https://github.com/domchristie/turndown
- 官方下载: https://github.com/domchristie/turndown
软件介绍
Turndown 是一个 HTML 转 Markdown 的 JavaScript 库。
引用:
<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
也可用于 Node:
// For Node.js
var TurndownService = require('turndown')
var turndownService = new TurndownService()
var markdown = turndownService.turndown('<h1>Hello world!</h1>')
Java Message Service API Tutorial and Reference
Hapner, Mark; Burridge, Rich; Sharma, Rahul / 2002-2 / $ 56.49
Java Message Service (JMS) represents a powerful solution for communicating between Java enterprise applications, software components, and legacy systems. In this authoritative tutorial and comprehens......一起来看看 《Java Message Service API Tutorial and Reference》 这本书的介绍吧!
