A new feature has been added to MarkdownAI.
Mermaid Notation,” which makes it easy to create graphs and charts on the web, is now available in MarkdownAI.
Please try it out!
What is Mermaid Notation?
Mermaid Notation is a notation for describing charts, graphs, sequence diagrams, etc. easily. Generally, charts and graphs are created using PowerPoint, but if you are not used to it, it takes a lot of time, doesn’t it? Mermaid Notation can dramatically shorten that time.
For example, let’s say you want to use
```mermaid
pie
title Resource Allocation
"Development": 40
"Marketing": 25
"Operations": 20
"Management": 15
```
This will generate a graph like the one below.
If you use a lot of graphs and charts, please take advantage of this function!