Skip to content

Commit 70bd9bf

Browse files
committed
allow mdx comments
1 parent 8a92e24 commit 70bd9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const config = {
192192
mermaid: true,
193193
format: 'mdx',
194194
mdx1Compat: {
195-
comments: false,
195+
comments: true,
196196
admonitions: false,
197197
headingIds: false
198198
}

0 commit comments

Comments
 (0)