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 cbe0534 commit bf6e794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,12 +14,12 @@ New syntax to add attributes to Markdown. `rehype-attr` like [`remark-attr`](htt
###### `HTML Example`

```html
<a href="https://github.com">github</a><!--rehype:rel=external-->
<a href="https://github.com">github</a><!--rehype:rel=external&style=color:pink;&data-name=kenny-->
```

> Output:
> ```html
> <a href="https://github.com" rel="external">github</a>
> <a href="https://github.com" rel="external" style="color:pink;" data-name="kenny">github</a>
> ```
<details>
Expand Down

0 comments on commit bf6e794

Please sign in to comment.