Skip to content

Commit 5cb5aac

Browse files
committed
make mdx1Compat to be true
1 parent 70bd9bf commit 5cb5aac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ const config = {
191191
markdown: {
192192
mermaid: true,
193193
format: 'mdx',
194-
mdx1Compat: {
195-
comments: true,
196-
admonitions: false,
197-
headingIds: false
194+
mdx1Compat: { //Set to true to enable features for Docusaurus v3+
195+
comments: true,
196+
admonitions: true,
197+
headingIds: true
198198
}
199199
},
200200
};

0 commit comments

Comments
 (0)