Skip to content

Commit

Permalink
Fix Mermaid Markdown (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barocena authored Jan 22, 2024
1 parent f12847e commit c8a276f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ const config = {
organizationName: "rojo-rbx",
projectName: "rojo.space",
trailingSlash: true,

markdown: {
format: "detect",
mermaid: true,
},
themes: ['@docusaurus/theme-mermaid'],
presets: [
[
"@docusaurus/preset-classic",
Expand Down

0 comments on commit c8a276f

Please sign in to comment.