Commit a1e93a44 authored by JiuLi Gao's avatar JiuLi Gao Committed by GitHub

Create README.md

parent 0b8d2d9f
# tomd
Convert HTML to Markdown.
```
from tomd import Tomd
Tomd('<h1>title</h1>').markdown
Tomd('<h1>title</h1>','h1').markdown
Tomd('https://github.com').markdown
Tomd('https://github.com','.title .content').markdown
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment