refactor(docs): Use new admonition title syntax and disable mdx v1 compat

This commit is contained in:
Cem Aksoylar
2024-01-12 20:34:12 -08:00
parent ee855de349
commit dcfe07d9f6
13 changed files with 26 additions and 19 deletions

View File

@@ -157,4 +157,11 @@ module.exports = {
},
],
],
markdown: {
mdx1Compat: {
comments: false,
admonitions: false,
headingIds: true,
},
},
};