Skip to content

Commit 305cd56

Browse files
committed
test: mdx validation
1 parent 0c52fa9 commit 305cd56

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '.github/workflows/**'
99

1010
jobs:
11-
validate-mdx:
11+
mdx-validation:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repo

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)