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>')
Learning PHP, MySQL, and JavaScript
Robin Nixon / O'Reilly Media / 2009-7-21 / USD 39.99
Learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript - whether or not you know how to program. This simple, streamlined guide explains how the powerful combination of P......一起来看看 《Learning PHP, MySQL, and JavaScript》 这本书的介绍吧!
