feat(fs.dev): Added syntax highlighting
This commit is contained in:
parent
c5e971e8a7
commit
d1f53b78b6
20 changed files with 535 additions and 35 deletions
|
@ -35,6 +35,7 @@ import mdxLoader from 'shared/mdx/loader'
|
|||
*/
|
||||
import MdxWrapper from 'shared/components/wrappers/mdx'
|
||||
|
||||
import ThemePicker from 'shared/components/theme-picker.js'
|
||||
|
||||
/*
|
||||
* The NextJS page object
|
||||
|
@ -55,6 +56,7 @@ const MdxPage = props => {
|
|||
*/
|
||||
return (
|
||||
<Page app={app} {...props.page}>
|
||||
<ThemePicker app={app} />
|
||||
<MdxWrapper mdx={props.mdx} />
|
||||
</Page>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue