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:
Endi 2019-06-03 14:54:27 +07:00 committed by GitHub
parent 6a814ac64a
commit 8743ee5041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 49 additions and 10 deletions

View file

@ -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';