HTML 转 Markdown 库 Breakdance

码农软件 · 软件分类 · Markdown开发包 · 2019-10-09 20:11:56

软件介绍

Breakdance 是一个将 HTML 转成 Markdown 的 JavaScript 库。具有高度可插入式、灵活和易用的特点。

为什么要用 Breakdance:

  • 可将 HTML 博客文章转成 Markdown 格式

  • 可将 wiki 页面转成 markdown

  • 将 HTML 文档转 markdown

  • 将 HTML 幻灯片转 markdown

示例代码:

var breakdance = require('breakdance');
console.log(breakdance('<strong>The freaks come out at night!</strong>'));
//=> '**The freaks come out at night!**'

另外一个相应将 Markdown 转 HTML 的库是 Remarkable。

本文地址:https://www.codercto.com/soft/d/16405.html

Pro Git (Second Edition)

Pro Git (Second Edition)

Scott Chacon、Ben Straub / Apress / 2014-11-9 / USD 59.99

Scott Chacon is a cofounder and the CIO of GitHub and is also the maintainer of the Git homepage ( git-scm.com ) . Scott has presented at dozens of conferences around the world on Git, GitHub and the ......一起来看看 《Pro Git (Second Edition)》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具