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>')
PHP for the World Wide Web, Second Edition (Visual QuickStart Gu
Larry Ullman / Peachpit Press / 2004-02-02 / USD 29.99
So you know HTML, even JavaScript, but the idea of learning an actual programming language like PHP terrifies you? Well, stop quaking and get going with this easy task-based guide! Aimed at beginning ......一起来看看 《PHP for the World Wide Web, Second Edition (Visual QuickStart Gu》 这本书的介绍吧!
