Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mermaid Graph Overlap #4175

Open
Shen-Chris opened this issue Dec 2, 2024 · 1 comment
Open

mermaid Graph Overlap #4175

Shen-Chris opened this issue Dec 2, 2024 · 1 comment
Labels
bug Something isn't working Stale

Comments

@Shen-Chris
Copy link

Describe the bug

mermaid Graph Overlap

Steps to reproduce

add :

流程图

flowchart LR
    Start1 --> Stop1
    start2>This is the text in the box] --> end2{This is the text in the box} --> end3(((This is the text in the circle)))
Loading

时序图

sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
    Alice-)John: See you later!
Loading

类图

---
title: Bank example
---
classDiagram
    class BankAccount
    BankAccount : +String owner
    BankAccount : +Bigdecimal balance
    BankAccount : +deposit(amount)
    BankAccount : +withdrawal(amount)
Loading

状态图

stateDiagram-v2
    state if_state <<choice>>
    [*] --> IsPositive
    IsPositive --> if_state
    if_state --> False: if n < 0
    if_state --> True : if n >= 0
Loading

pie title Pets adopted by volunteers
    "Dogs" : 386
    "Cats" : 85
    "Rats" : 15

Loading

思维导图

mindmap
  root((mindmap))
    Origins
      Long history
      ::icon(fa fa-book)
      Popularisation
        British popular psychology author Tony Buzan
    Research
      On effectiveness<br/>and features
      On Automatic creation
        Uses
            Creative techniques
            Strategic planning
            Argument mapping
    Tools
      Pen and paper
      Mermaid


Loading

The version of Memos you're using.

v0.22.5

Screenshots or additional context

image

@Shen-Chris Shen-Chris added the bug Something isn't working label Dec 2, 2024
@RoccoSmit
Copy link
Contributor

Not able to replicate in the latest version. The graphs are spaced under each other

image

@github-actions github-actions bot added the Stale label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

2 participants