add graph exemple
parent
cf4d52e6dc
commit
d7e58054b3
|
|
@ -1,2 +1,11 @@
|
|||
#import "@local/notes:0.0.1": *
|
||||
#show: notes-template
|
||||
|
||||
```dot-render
|
||||
digraph mygraph {
|
||||
rankdir="LR";
|
||||
b -> a;
|
||||
a -> c;
|
||||
c -> b;
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue