typ-notes/template/main.typ

12 lines
139 B
Plaintext

#import "@local/notes:0.0.1": *
#show: notes-template
```dot-render
digraph mygraph {
rankdir="LR";
b -> a;
a -> c;
c -> b;
}
```