From 9cbd61ac24d6f8742fc56696fea496cf2c0e49dd Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Wed, 20 Nov 2024 15:58:12 -0800 Subject: [PATCH] Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d9c90..1b42c5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # MDX -A Vale configuration for sites using [MDX][1]. +A Vale configuration for sites using [MDX][1]: + +- [x] Adds support for using MDX comment syntax (`{/* ... */}`). +- [x] Ignores `import`s and `export`s. +- [x] Ignores `` and ` ... `. +- [x] Ignores `{ ... }`. ## Testing