mermaid icon indicating copy to clipboard operation
mermaid copied to clipboard

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

Results 855 mermaid issues
Sort by recently updated
recently updated
newest added

## :bookmark_tabs: Summary This PR introduces a new diagram named TreeView which displays hierarchical directory-like structures. Resolves #2645 ## :camera: Example ![treeview_example](https://github.com/user-attachments/assets/17a07234-92be-4e71-92e0-9453c40d1dab) ## :computer: Code ``` treeView-beta packages mermaid dist...

Type: Enhancement

### Description You can add a UML-style behavior ("trigger [guard] / action()") to state nodes in diagrams, but you cannot add a behavior to a parent node. ```mermaid stateDiagram Parent:...

Type: Bug / Error
Status: Triage

### Description When a composite state label spans multiple lines, it often overlaps its nested states as shown below. ``` state "ACTIVE\nenter / setup();\nexit / teardown();" as ACTIVE { ```...

Type: Bug / Error
Status: Triage

### Description block-beta replaces "---" with arrows. It does not seem possible to have nonarrows in block diagrams. [Example in the live editor](https://www.mermaidchart.com/play?utm_source=mermaid_live_editor&utm_medium=banner_ad&utm_campaign=visual_editor#pako:eNqrVkrOT0lVslJKyslPztZNSi1JjMlTAAJHheKCxORUBScFGF9XV1fBSakWAIcDDfc) ### Steps to reproduce 1. use "---"...

Type: Bug / Error
Status: Triage

### Steps to reproduce 1. Go to: [https://mermaid.live/](https://mermaid.live/) 2. Enter: graph BT a --- b or flowchart BT a --- b

Type: Bug / Error
Status: Triage

## :bookmark_tabs: Summary Trying to add flowchart Langium-based parser Resolves #4401 ## :straight_ruler: Design Decisions Same approach as others Langium-based parser in this repo ### :clipboard: Tasks Make sure you...

### Description when using tick interval 5day, then the date of 2024-12-31 have collision with 2025-1-1 ### Steps to reproduce tickInterval 5day ### Screenshots ![image](https://github.com/user-attachments/assets/a1c609c2-2830-441b-9191-f7278320a5ed) ### Code Sample _No response_...

Type: Bug / Error
Status: Triage

La contaminación es la principal causa de varias enfermedades ## :bookmark_tabs: Summary Brief description about the content of your PR. Resolves # ## :straight_ruler: Design Decisions Describe the way your...

### Description Hello, I am writing to report a potential Regular Expression Denial of Service (ReDoS) vulnerability or Inefficient Regular Expression in the project. When using specially crafted input strings...

Type: Bug / Error
Status: Triage

### Description When an excludes day occurs within a task that doesn't have a fixed duration (uses `until` or fixed end), the duration of the task is extended. ### Steps...

Type: Bug / Error
Status: Triage