Skip to content

Commit

Permalink
remove errant remaining details tags (#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Aug 9, 2022
1 parent 4d29163 commit 63d43e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ const imageUrl = 'https://www.google.com/images/branding/googlelogo/2x/googlelog
<Image src={imageUrl} height={200} aspectRatio="16:9" format="avif" />
```

### Responsive pictures</strong></summary>
### Responsive pictures

The `<Picture />` component can be used to automatically build a `<picture>` with multiple sizes and formats. Check out [MDN](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images#art_direction) for a deep dive into responsive images and art direction.

Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export default {
}
```

### rehypePlugins</strong>
### rehypePlugins

[Rehype plugins](https://github.com/rehypejs/rehype/blob/main/doc/plugins.md) allow you to transform the HTML that your Markdown generates. We recommend checking the [Remark plugin](https://github.com/remarkjs/remark/blob/main/doc/plugins.md) catalog first _before_ considering rehype plugins, since most users want to transform their Markdown syntax instead. If HTML transforms are what you need, we encourage you to browse [awesome-rehype](https://github.com/rehypejs/awesome-rehype) for a full curated list of plugins!

Expand Down

0 comments on commit 63d43e1

Please sign in to comment.