1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-20 11:27:14 +03:00

Update advanced.md

This commit is contained in:
Athul Cyriac Ajay 2019-03-08 22:14:27 +05:30 committed by GitHub
parent 190e2d1ed9
commit e39ff6036a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
## Custom MDX components
mdx-deck includes default components for MDX, but to provide custom components to the [MDXProvider](https://github.com/mdx-js/mdx/blob/master/docs/getting-started/index.md#mdxprovider), add a `components` object to the `theme`.
mdx-deck includes default components for MDX, but to provide custom components to the [MDXProvider][],add a `components` object to the `theme`.
```js
// example theme
@ -126,6 +126,6 @@ such as [create-react-app][] or [next.js][].
See the [React API](react.md) docs for more.
[MDX]: https://github.com/mdx-js/mdx
[MDXProvider]: https://github.com/mdx-js/mdx#mdxprovider
[MDXProvider]: https://github.com/mdx-js/mdx/blob/master/docs/getting-started/index.md#mdxprovider
[create-react-app]: https://github.com/facebook/create-react-app
[next.js]: https://github.com/zeit/next.js/