Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ const config: Config = {

markdown: {
mermaid: true,
// future.v4 disables mdx1Compat by default, which stops converting HTML
// comments (e.g. `<!-- truncate -->`) and breaks MDX compilation. Keep
// comment compatibility on so existing blog posts render unchanged.
mdx1Compat: {
comments: true,
},
hooks: {
onBrokenMarkdownLinks: 'warn',
},
Expand Down
Loading
Loading