Commit 07295673 authored by gaojiuli's avatar gaojiuli

publish

parent 9e3d2d4a
......@@ -7,12 +7,16 @@ Convert HTML to Markdown.
## Getting Started
Input
```python
from tomd import Tomd
Tomd("<h1>h1</h1>").markdown
```
Output
```markdown
# h1
```
......
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