mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Updated Spaces between Vertices and Link (markdown)
@@ -1,4 +1,4 @@
|
|||||||
A single space is allowed between a vetices and the link. However there should not be any space between a vertex and its text and a link and its text. The old syntax of graph declaration will also work and hence this new feature is optional and is introduce to improve readablity. Below is the new declaration of the graph which is also valid along with the old declaration of the graph as described in the graph example on the main wiki page.
|
A single space is allowed between a vetices and the link. However there should not be any space between a vertex and its text and a link and its text. The old syntax of graph declaration will also work and hence this new feature is optional and is introduce to improve readablity. Below is the new declaration of the graph which is also valid along with the old declaration of the graph as described in the graph example on the home wiki page.
|
||||||
|
|
||||||
```
|
```
|
||||||
graph LR;
|
graph LR;
|
||||||
|
Reference in New Issue
Block a user