refactor(docs): Use new admonition title syntax and disable mdx v1 compat
This commit is contained in:
parent
ee855de349
commit
dcfe07d9f6
13 changed files with 26 additions and 19 deletions
|
|
@ -157,4 +157,11 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
],
|
||||
markdown: {
|
||||
mdx1Compat: {
|
||||
comments: false,
|
||||
admonitions: false,
|
||||
headingIds: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue