formatted conventions
parent
892a5c5a58
commit
c418ec53ae
|
@ -47,12 +47,14 @@ about tildemush, but need a few commands to get them started.
|
|||
|
||||
## Conventions used in this handbook
|
||||
|
||||
* Note - Notes signify additional information
|
||||
* Tip- Tips signify an alternate procedure for completing a step
|
||||
* Caution - Cautions signify that damage may occur
|
||||
* Example - Examples provide a visual reference of how a procedure would be performed
|
||||
* Inline code - Inline code signifies package names, filenames, commands, and keyboard keys
|
||||
* Code block - Code blocks signify file contents, or an interface element
|
||||
* **Note ++** - Notes signify additional information
|
||||
* **Tip ->** - Tips signify an alternate procedure for completing a step
|
||||
* **Caution !!** - Cautions signify that damage may occur
|
||||
* *Example* - Examples provide a visual reference of how a procedure would be performed
|
||||
* `Inline code` - Inline code signifies package names, filenames, commands, and keyboard keys
|
||||
* ```
|
||||
Code block - Code blocks signify file contents, or an interface element
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
Loading…
Reference in New Issue