You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently facing an error with cut off text in mermaid class diagrams (see image below). It looks a bit like the Vocs css classes are colliding with the plugin. Other diagrams look fine.
# Example
This is an example page.
```mermaidclassDiagram Animal <|-- Duck Animal <|-- Fish Animal <|-- Zebra Animal : +int age Animal : +String gender Animal: +isMammal() Animal: +mate() class Duck{ +String beakColor +swim() +quack() } class Fish{ -int sizeInFeet -canEat() } class Zebra{ +bool is_wild +run() }\`\`\`
This discussion was converted from issue #169 on February 17, 2025 08:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently facing an error with cut off text in mermaid class diagrams (see image below). It looks a bit like the Vocs css classes are colliding with the plugin. Other diagrams look fine.
I'm using the
remark-mermaidjsplugin.vocs.config.ts:example.mdx:package.json{ "name": "docs", "version": "0.0.0", "type": "module", "scripts": { "dev": "vocs dev", "build": "vocs build", "preview": "vocs preview" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "remark-mermaidjs": "^6.0.0", "vocs": "1.0.0-alpha.52" }, "devDependencies": { "@types/react": "^18.3.2", "typescript": "^5.4.5" } }Thanks for providing this awesome Documentation Framework!
Beta Was this translation helpful? Give feedback.
All reactions