1
0
Fork 0

feat(fs.dev): Added syntax highlighting

This commit is contained in:
Joost De Cock 2021-12-18 15:41:37 +01:00
parent c5e971e8a7
commit d1f53b78b6
20 changed files with 535 additions and 35 deletions

View file

@ -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>
)