Compare commits

..

No commits in common. "4c426e7661f3672cb5e05f8ac0fe933d76f12c20" and "cf4d52e6dc7a9955f9fcc3518c05ba0188bff387" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View File

@ -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

View File

@ -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;
}
```