typ-notes/template/main.typ

26 lines
257 B
Plaintext

#import "@local/notes:0.0.1": *
#show: notes-template
```dot-render
digraph mygraph {
rankdir="LR";
b -> a;
a -> c;
c -> b;
}
```
```digraphLR
a -> b;
b -> c;
c -> a;
```
```graphTB
a -- b;
b -- c;
c -- a;
```
Lorem ipsum dolore #todo[sit] amet