Skip to content

Commit 9412b41

Browse files
committed
test 2: mdx validation
1 parent d979e68 commit 9412b41

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/test-validation.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Test Validation
3+
description: Testing MDX validation
4+
---
5+
6+
## Unclosed tag
7+
<div>
8+
This div is not closed
9+
10+
## Unescaped brackets
11+
Here's a URL: https://<project>.supabase.co
12+
13+
# Heading
14+
15+
## Subheading
16+
17+
### Subsubheading
18+
19+
#### Subsubsubheading
20+
21+
##### Subsubsubsubheading

0 commit comments

Comments
 (0)