Prettier pass

This commit is contained in:
Sidharth Vinod
2022-09-05 01:00:47 +05:30
parent 41dec4d159
commit 98e9f5751a
85 changed files with 4377 additions and 1897 deletions

View File

@@ -13,12 +13,14 @@ pie title NETFLIX
"Time spent looking for movie" : 90
"Time spent watching it" : 10
```
```mermaid-example
pie title What Voldemort doesn't have?
"FRIENDS" : 2
"FAMILY" : 3
"NOSE" : 45
```
## Basic sequence diagram
```mermaid-example
@@ -43,7 +45,6 @@ graph LR
C --> D
```
## Larger flowchart with some styling
```mermaid-example
@@ -70,7 +71,6 @@ graph TB
class di orange
```
## SequenceDiagram: Loops, alt and opt
```mermaid-example
@@ -89,7 +89,6 @@ sequenceDiagram
end
```
## SequenceDiagram: Message to self in loop
```mermaid-example
@@ -141,6 +140,7 @@ sequenceDiagram
```
## A commit flow diagram.
```mermaid
gitGraph:
commit "Ashish"