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
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
The text was updated successfully, but these errors were encountered:
Describe the bug
mermaid Graph Overlap
Steps to reproduce
add :
流程图
时序图
类图
状态图
思维导图
The version of Memos you're using.
v0.22.5
Screenshots or additional context
The text was updated successfully, but these errors were encountered: