Commit 07295673 authored by gaojiuli's avatar gaojiuli

publish

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