mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
chore: Fix warning formatting
This commit is contained in:
@@ -8,9 +8,8 @@
|
|||||||
|
|
||||||
> A sankey diagram is a visualization used to depict a flow from one set of values to another.
|
> A sankey diagram is a visualization used to depict a flow from one set of values to another.
|
||||||
|
|
||||||
::: warning
|
> **Warning**
|
||||||
This is an experimental diagram. Its syntax are very close to plain CSV, but it is to be extended in the nearest future.
|
> This is an experimental diagram. Its syntax are very close to plain CSV, but it is to be extended in the nearest future.
|
||||||
:::
|
|
||||||
|
|
||||||
The things being connected are called nodes and the connections are called links.
|
The things being connected are called nodes and the connections are called links.
|
||||||
|
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
> A sankey diagram is a visualization used to depict a flow from one set of values to another.
|
> A sankey diagram is a visualization used to depict a flow from one set of values to another.
|
||||||
|
|
||||||
::: warning
|
```warning
|
||||||
This is an experimental diagram. Its syntax are very close to plain CSV, but it is to be extended in the nearest future.
|
This is an experimental diagram. Its syntax are very close to plain CSV, but it is to be extended in the nearest future.
|
||||||
:::
|
```
|
||||||
|
|
||||||
The things being connected are called nodes and the connections are called links.
|
The things being connected are called nodes and the connections are called links.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user