diff --git a/.vale.ini b/.vale.ini index 7801aef..4d5960f 100644 --- a/.vale.ini +++ b/.vale.ini @@ -19,9 +19,3 @@ write-good.Passive = NO [formats] mdx = md - -[*.md] -# These rules exist to allow JSX /HTML in markdown files. -BlockIgnores = (?s) *(<[^>]*>) -BlockIgnores = (?s) *(import.*?\n) -BlockIgnores = (?s) *(export.*?\))