Skip to content

Commit

Permalink
Address feedback points
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Horky <[email protected]>
  • Loading branch information
karlhorky authored Jul 22, 2024
1 parent 351f170 commit f188aa9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ MDX is a language that’s compiled to JavaScript.
The easiest way to get started is to use an integration for your bundler if you
have one:

* if you use **esbuild**,
* if you use **esbuild** (or Bun),
install and configure [`@mdx-js/esbuild`][mdx-esbuild]
* if you use **Rollup** (or Vite),
install and configure [`@mdx-js/rollup`][mdx-rollup]
Expand Down Expand Up @@ -815,6 +815,12 @@ MDX files can be imported in Node by using
[`@mdx-js/node-loader`][mdx-node-loader].
See its readme on how to configure it.

#### Bun

MDX files can be imported in Bun by using
[`@mdx-js/esbuild`][mdx-esbuild].
See [the section above][bundler-esbuild] on how to configure it.

## Further reading

* If you want to use MDX content in your project,
Expand Down

0 comments on commit f188aa9

Please sign in to comment.