mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
feat(v2): allow passing remark, rehype, prismtheme to mdx-loader (#1543)
* feat(v2): allow passing remark, rehype, prismtheme to mdx-loader * nits
This commit is contained in:
parent
6a814ac64a
commit
8743ee5041
7 changed files with 49 additions and 10 deletions
|
@ -11,7 +11,7 @@ In this section, we will learn about creating ad-hoc pages in Docusaurus using R
|
|||
|
||||
In the `pages` directory, create a file called `hello.js` with the following contents:
|
||||
|
||||
```js
|
||||
```jsx
|
||||
import React from 'react';
|
||||
import Layout from '@theme/Layout';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue