how is markdown formed
This commit is contained in:
parent
a58271e9a9
commit
a1b9a9ec0d
|
@ -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)
|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
The main view of TypeTapper is an interactive node-link diagram, initially populated by one node.
|
||||
|
||||
[!](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)
|
||||

|
||||
|
||||
## Code structure
|
||||
|
||||
|
|
Loading…
Reference in New Issue