Skip to content

Commit 08ea8bf

Browse files
committed
test: mdx validation, solved
1 parent 9412b41 commit 08ea8bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/test-validation.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ title: Test Validation
33
description: Testing MDX validation
44
---
55

6-
## Unclosed tag
6+
## Closed tag
77
<div>
8-
This div is not closed
8+
This div is now closed
9+
</div>
910

10-
## Unescaped brackets
11-
Here's a URL: https://<project>.supabase.co
11+
## Escaped brackets
12+
Here's a URL: https://&#60;project&#62;.supabase.co
1213

1314
# Heading
1415

@@ -17,5 +18,4 @@ Here's a URL: https://<project>.supabase.co
1718
### Subsubheading
1819

1920
#### Subsubsubheading
20-
2121
##### Subsubsubsubheading

0 commit comments

Comments
 (0)