We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ec7ce commit c5f2353Copy full SHA for c5f2353
1 file changed
astro.config.mjs
@@ -5,7 +5,10 @@ export default defineConfig({
5
site: 'https://moistcode.github.io',
6
output: 'static',
7
markdown: {
8
- syntaxHighlight: 'shiki',
+ syntaxHighlight: {
9
+ type: 'shiki',
10
+ excludeLangs: ['mermaid'],
11
+ },
12
rehypePlugins: [
13
[
14
rehypeMermaid,
0 commit comments