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 9900fbe commit 081ffceCopy full SHA for 081ffce
README.md
@@ -1,11 +1,7 @@
1
# MDX
2
3
-A Vale configuration for sites using [MDX][1]:
4
-
5
-- [x] Adds support for using MDX comment syntax (`{/* ... */}`).
6
-- [x] Ignores `import`s and `export`s.
7
-- [x] Ignores `<Component ... />` and `<Component> ... </Component>`.
8
-- [x] Ignores `{ ... }`.
+A Vale configuration for sites using [MDX][1]. You'll want to following the
+[MDX installation][2] instructions before using this package.
9
10
## Getting Started
11
@@ -32,3 +28,4 @@ $ make test
32
28
```
33
29
34
30
[1]: https://mdxjs.com
31
+[2]: https://vale.sh/docs/formats/mdx
0 commit comments