Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 16, 2021
1 parent 840c2d4 commit d12256e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,9 @@ const htmlStr = rehype()
.toString()
```

> ```html
> <h1>header</h1>
> ```
> Output:
>
> ```html
Expand All @@ -59,6 +62,9 @@ const htmlStr = rehype()
.toString()
```

> ```html
> <h1>header</h1>
> ```
> Output:
>
> ```html
Expand Down Expand Up @@ -91,6 +97,9 @@ const htmlStr = rehype()
.toString()
```

> ```html
> <h1>hello</h1>
> ```
> Output:
>
> ```html
Expand Down Expand Up @@ -121,6 +130,10 @@ const htmlStr = unified()
.toString()
```

> ```html
> <h1>hello</h1>
> ```
>
> Output:
>
> ```html
Expand Down

0 comments on commit d12256e

Please sign in to comment.