mirror of
https://github.com/facebook/docusaurus.git
synced 2026-07-23 07:15:55 -04: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:
@@ -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>
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
@@ -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>
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
@@ -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>
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user