nextjs-notion-starter-kit
nextjs-notion-starter-kit copied to clipboard
code syntax highlight does not work for MATLAB
As the title said, the code syntax highlight does not work for MATLAB, e.g.
This is the code block in Notion page:
This is the code block in my site:
I try to add
import 'prismjs/components/prism-matlab'
in nextjs-notion-starter-kit/pages/_app.tsx
, as this said, but it does not work.
What should I do? thank you very much!
it is moved to this file: components\NotionPage.tsx
add it under const Code =