Update docs

This commit is contained in:
Aaron Smith 2023-09-28 16:39:25 +01:00
parent 9b6be14441
commit 46937c6979
16 changed files with 157 additions and 116 deletions

View file

@ -60,7 +60,7 @@ This code will produce a graph that looks like so:
}
}}%%
flowchart
graph
subgraph root
forename & surname --> name
name --> effect
@ -145,7 +145,7 @@ This code produces a graph like so:
}
}}%%
flowchart LR
graph LR
subgraph root
counters --> indexes
@ -208,7 +208,7 @@ The above code produces a graph like so:
}
}}%%
flowchart LR
graph LR
subgraph root
direction LR
show