feat: add some highlighting to markdown renderer
This commit is contained in:
@@ -16,6 +16,7 @@ export default function App({ Component }: AppProps) {
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link href="/global.css" rel="stylesheet" />
|
||||
<link href="/prism-material-dark.css" rel="stylesheet" />
|
||||
</Head>
|
||||
<Component />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user