HTML转Markdownd的Python库 html2text
- 授权协议: GPLv3
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/aaronsw/html2text
软件介绍
html2text 是一个 Python 包可以将 HTML 转成 Markdown 格式。
示例代码:
import html2text
h = html2text.HTML2Text()
h.ignore_links = True
print h.handle("<p>Hello, <a href='http://earth.google.com/'>world</a>!")
The C Programming Language
Brian W. Kernighan、Dennis M. Ritchie / Prentice Hall / 1988-4-1 / USD 67.00
Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to ta......一起来看看 《The C Programming Language》 这本书的介绍吧!
