From c418ec53ae3657581b676b1cc5973573465b10ce Mon Sep 17 00:00:00 2001 From: m455 Date: Tue, 7 Jan 2020 18:07:48 -0500 Subject: [PATCH] formatted conventions --- tildemush-handbook.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tildemush-handbook.md b/tildemush-handbook.md index c7594df..364150a 100644 --- a/tildemush-handbook.md +++ b/tildemush-handbook.md @@ -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