how is markdown formed

This commit is contained in:
Audrey 2022-11-28 22:12:03 -07:00
parent a58271e9a9
commit a1b9a9ec0d
1 changed files with 3 additions and 3 deletions

View File

@ -23,13 +23,13 @@ Click on the code that appears and press the Tab key to decompile it.
Finally, right-click on a variable usage you're interested in and select "Start TypeTapper".
In corewars-vm, a good variable to use is any of the variables assigned from a call to `calloc`.
[!](pics/startup.png)
![](pics/startup.png)
## Usage
The main view of TypeTapper is an interactive node-link diagram, initially populated by one node.
[!](pics/initial.png)
![](pics/initial.png)
### Interactions
@ -44,7 +44,7 @@ The main view of TypeTapper is an interactive node-link diagram, initially popul
- Drag a node into another node to move the dragged node into the target node's group.
- Hold down the X key to enter rapid-fire expand mode, where hovering nodes with the mouse will immediately commit and expand them.
[!](pics/complex.png)
![](pics/complex.png)
## Code structure