diff --git a/README.md b/README.md index 338d444..3f46a4d 100644 --- a/README.md +++ b/README.md @@ -149,13 +149,11 @@ A new `MDXCode` estree node type is exported from `eslint-mdx` which represents ````mdx
- -```js -export function foo() { - return 'bar' -} -``` - + ```js + export function foo() { + return 'bar' + } + ```
```` @@ -163,14 +161,10 @@ See also ### `MDXHeading` -A new `MDXHeading` estree node type is exported from `eslint-mdx` which represents code blocks in `mdx` like the following: +A new `MDXHeading` estree node type is exported from `eslint-mdx` which represents markdown heading in `mdx` like the following: ```mdx -
- -# Here's a text gradient short code! - -
+
# Here's a text gradient short code!
``` See also diff --git a/packages/eslint-mdx/README.md b/packages/eslint-mdx/README.md index 338d444..3f46a4d 100644 --- a/packages/eslint-mdx/README.md +++ b/packages/eslint-mdx/README.md @@ -149,13 +149,11 @@ A new `MDXCode` estree node type is exported from `eslint-mdx` which represents ````mdx
- -```js -export function foo() { - return 'bar' -} -``` - + ```js + export function foo() { + return 'bar' + } + ```
```` @@ -163,14 +161,10 @@ See also ### `MDXHeading` -A new `MDXHeading` estree node type is exported from `eslint-mdx` which represents code blocks in `mdx` like the following: +A new `MDXHeading` estree node type is exported from `eslint-mdx` which represents markdown heading in `mdx` like the following: ```mdx -
- -# Here's a text gradient short code! - -
+
# Here's a text gradient short code!
``` See also diff --git a/packages/eslint-plugin-mdx/README.md b/packages/eslint-plugin-mdx/README.md index 338d444..3f46a4d 100644 --- a/packages/eslint-plugin-mdx/README.md +++ b/packages/eslint-plugin-mdx/README.md @@ -149,13 +149,11 @@ A new `MDXCode` estree node type is exported from `eslint-mdx` which represents ````mdx
- -```js -export function foo() { - return 'bar' -} -``` - + ```js + export function foo() { + return 'bar' + } + ```
```` @@ -163,14 +161,10 @@ See also ### `MDXHeading` -A new `MDXHeading` estree node type is exported from `eslint-mdx` which represents code blocks in `mdx` like the following: +A new `MDXHeading` estree node type is exported from `eslint-mdx` which represents markdown heading in `mdx` like the following: ```mdx -
- -# Here's a text gradient short code! - -
+
# Here's a text gradient short code!
``` See also