HTML 转 Markdown 的 Java 库 jHTML2Md

码农软件 · 软件分类 · Markdown开发包 · 2019-10-09 17:41:29

软件介绍

jHTML2Md 是一个用来实现 HTML 转 Markdown 的 Java 库。jHTML2Md 依赖于 jsoup。

示例代码:

URL url = new URL("http://www.example.com/");
HTML2Md.convert(url, 30000);

或者:

String markdownText = HTML2Md.convert(html, baseURL);

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

Learning Processing

Learning Processing

Daniel Shiffman / Morgan Kaufmann / 2008-08-15 / USD 49.95

Book Description Teaches graphic artists the fundamentals of computer programming within a visual playground! Product Description This book introduces programming concepts in the context of c......一起来看看 《Learning Processing》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具