Commit 9e3d2d4a authored by gaojiuli's avatar gaojiuli

publish

parent 3222cedd
...@@ -7,7 +7,7 @@ Convert HTML to Markdown. ...@@ -7,7 +7,7 @@ Convert HTML to Markdown.
## Getting Started ## Getting Started
``` ```python
from tomd import Tomd from tomd import Tomd
Tomd("<h1>h1</h1>").markdown Tomd("<h1>h1</h1>").markdown
...@@ -19,7 +19,7 @@ Tomd("<h1>h1</h1>").markdown ...@@ -19,7 +19,7 @@ Tomd("<h1>h1</h1>").markdown
## Usage ## Usage
``` ```python
from tomd import Tomd from tomd import Tomd
...@@ -61,7 +61,7 @@ Tomd(html).markdown ...@@ -61,7 +61,7 @@ Tomd(html).markdown
## Result ## Result
``` ```markdown
# h1 # h1
## h2 ## h2
...@@ -91,11 +91,6 @@ paragraph ...@@ -91,11 +91,6 @@ paragraph
`inline code` `inline code`
```
block code
```
**bold** **bold**
*italic* *italic*
***bold italic*** ***bold italic***
......
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