Skip to content

Commit

Permalink
Fix lint issue with mdx doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaramie committed May 29, 2022
1 parent 66fc4c8 commit 835d50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdx/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ is `'c'` this following will be generated: `import a from 'c'`.
###### `options.overrideBuiltIn`

By default `mdx-js/mdx` will never use `useMDXComponents` in order to override
a native HTML element like `<h1>`. If `<h1>h1</h1>` should behave the same as
`# hi` then you'll want to pass `options.overrideBuiltIn=true`.
a native HTML element like `<h1>`. If `<h1>hi</h1>` should behave the same as
`# hi` then youll want to pass `options.overrideBuiltIn=true`.

<details>
<summary>Example</summary>
Expand Down

0 comments on commit 835d50f

Please sign in to comment.