Skip to content

Commit

Permalink
Fix the example render result on the readme page.
Browse files Browse the repository at this point in the history
  • Loading branch information
yilei committed Jun 18, 2024
1 parent 3f0fbe8 commit 0360791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Render result:

```html
<figure>
<img src="/path/to/cat.jpg" alt="Picture of Oscar." />
<figcaption>Awesome caption about <strong>Oscar</strong> the kitty.</figcaption>
<img src="/path/to/cat.jpg" alt="Picture of Oscar." />
<figcaption><p>Awesome caption about <strong>Oscar</strong> the kitty.</p></figcaption>
</figure>
```

Expand Down

0 comments on commit 0360791

Please sign in to comment.