HTML 转 Markdown 的 Java 库 jHTML2Md
- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/pnikosis/jHTML2Md
- 软件文档: https://github.com/pnikosis/jHTML2Md
- 官方下载: https://github.com/pnikosis/jHTML2Md
软件介绍
jHTML2Md 是一个用来实现 HTML 转 Markdown 的 Java 库。jHTML2Md 依赖于 jsoup。
示例代码:
URL url = new URL("http://www.example.com/");
HTML2Md.convert(url, 30000);或者:
String markdownText = HTML2Md.convert(html, baseURL);
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》 这本书的介绍吧!
