docs: delete duplicate closing div tag (#9545)

* docs: delete duplicate closing div tag

* Fix another

* Fix another

---------

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Oluwatobi Sofela 2023-11-15 18:21:16 +01:00 committed by GitHub
parent fed25eed0b
commit daf47dfba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -268,7 +268,7 @@ See how this content is rendered differently by MDX v1 and v3.
{/* prettier-ignore */}
```html title="MDX v3 output"
<div>Some <strong>Markdown</strong> content</div>
<div><p>Some <strong>Markdown</strong> content</p></div></div>
<div><p>Some <strong>Markdown</strong> content</p></div>
```
:::

View file

@ -338,7 +338,7 @@ See how this content is rendered differently by MDX v1 and v3.
{/* prettier-ignore */}
```html title="MDX v3 output"
<div>Some <strong>Markdown</strong> content</div>
<div><p>Some <strong>Markdown</strong> content</p></div></div>
<div><p>Some <strong>Markdown</strong> content</p></div>
```
:::

View file

@ -338,7 +338,7 @@ See how this content is rendered differently by MDX v1 and v3.
{/* prettier-ignore */}
```html title="MDX v3 output"
<div>Some <strong>Markdown</strong> content</div>
<div><p>Some <strong>Markdown</strong> content</p></div></div>
<div><p>Some <strong>Markdown</strong> content</p></div>
```
:::