Compare commits
No commits in common. "4c426e7661f3672cb5e05f8ac0fe933d76f12c20" and "cf4d52e6dc7a9955f9fcc3518c05ba0188bff387" have entirely different histories.
4c426e7661
...
cf4d52e6dc
|
|
@ -21,8 +21,3 @@ Or to create a new note:
|
||||||
```
|
```
|
||||||
typst init @local/notes <directory>
|
typst init @local/notes <directory>
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO:
|
|
||||||
|
|
||||||
- add new raw type with graphviz boillerplate code
|
|
||||||
- biblio
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,2 @@
|
||||||
#import "@local/notes:0.0.1": *
|
#import "@local/notes:0.0.1": *
|
||||||
#show: notes-template
|
#show: notes-template
|
||||||
|
|
||||||
```dot-render
|
|
||||||
digraph mygraph {
|
|
||||||
rankdir="LR";
|
|
||||||
b -> a;
|
|
||||||
a -> c;
|
|
||||||
c -> b;
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue