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 19, 2021
1 parent 6ff3f42 commit cbe0534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -203,18 +203,18 @@ console.log('')
###### `HTML Example`

```html
This is the <code style="color:pink;">content</code><!--rehype:style=color:pink;-->
This is the <code>content</code><!--rehype:style=color:pink;-->
```

> Output:
> ```html
> Npm stand for <em style="color: red">node</em> packet manager.
> This is the <code style="color:pink;">content</code>
> ```
###### `Markdown Example`

```markdown
This is the <code style="color:pink;">content</code>
This is the `content`<!--rehype:style=color:pink;-->
```

> Output:
Expand Down

0 comments on commit cbe0534

Please sign in to comment.