mermaid
mermaid copied to clipboard
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
## :bookmark_tabs: Summary This PR introduces a new diagram named TreeView which displays hierarchical directory-like structures. Resolves #2645 ## :camera: Example  ## :computer: Code ``` treeView-beta packages mermaid dist...
### 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:...
### 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 { ```...
### 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 "---"...
### Steps to reproduce 1. Go to: [https://mermaid.live/](https://mermaid.live/) 2. Enter: graph BT a --- b or flowchart BT a --- b
## :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  ### Code Sample _No response_...
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...
### 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...