mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 21:47:01 +02:00
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:
parent
fed25eed0b
commit
daf47dfba1
3 changed files with 3 additions and 3 deletions
|
@ -268,7 +268,7 @@ See how this content is rendered differently by MDX v1 and v3.
|
||||||
{/* prettier-ignore */}
|
{/* prettier-ignore */}
|
||||||
```html title="MDX v3 output"
|
```html title="MDX v3 output"
|
||||||
<div>Some <strong>Markdown</strong> content</div>
|
<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>
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
|
@ -338,7 +338,7 @@ See how this content is rendered differently by MDX v1 and v3.
|
||||||
{/* prettier-ignore */}
|
{/* prettier-ignore */}
|
||||||
```html title="MDX v3 output"
|
```html title="MDX v3 output"
|
||||||
<div>Some <strong>Markdown</strong> content</div>
|
<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>
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
|
@ -338,7 +338,7 @@ See how this content is rendered differently by MDX v1 and v3.
|
||||||
{/* prettier-ignore */}
|
{/* prettier-ignore */}
|
||||||
```html title="MDX v3 output"
|
```html title="MDX v3 output"
|
||||||
<div>Some <strong>Markdown</strong> content</div>
|
<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>
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue