mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
refactor(docs): Use new admonition title syntax and disable mdx v1 compat
This commit is contained in:
@@ -157,4 +157,11 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
],
|
||||
markdown: {
|
||||
mdx1Compat: {
|
||||
comments: false,
|
||||
admonitions: false,
|
||||
headingIds: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user