We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c52fa9 commit 305cd56Copy full SHA for 305cd56
.github/workflows/pr-validation.yml
@@ -8,7 +8,7 @@ on:
8
- '.github/workflows/**'
9
10
jobs:
11
- validate-mdx:
+ mdx-validation:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout repo
docs/test-validation.mdx
@@ -0,0 +1,21 @@
1
+---
2
+title: Test Validation
3
+description: Testing MDX validation
4
5
+
6
+## Unclosed tag
7
+<div>
+This div is not closed
+## Unescaped brackets
+Here's a URL: https://<project>.supabase.co
+# Heading
15
+## Subheading
16
17
+### Subsubheading
18
19
+#### Subsubsubheading
20
21
+##### Subsubsubsubheading
0 commit comments