From 144a21069b81caac2265f98c6622bc55fd696baf Mon Sep 17 00:00:00 2001 From: Graeme Malcolm Date: Wed, 15 May 2024 16:53:59 -0400 Subject: [PATCH] Formatting --- Instructions/Labs/01-exercise-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/01-exercise-template.md b/Instructions/Labs/01-exercise-template.md index a32d22c..656a5cb 100644 --- a/Instructions/Labs/01-exercise-template.md +++ b/Instructions/Labs/01-exercise-template.md @@ -36,7 +36,7 @@ First, you need to ... 1. Step 1 1. This step includes an example of `inline code formatting`, which is used when the learner needs to type something (anything, not just code) because it creates a [T] link in the hosted Skillable environment. -1. If you need the learner to open a website, include both a link (so they can open by clicking in the HTML GitHub page) AND the URL formatted as code (so they can type it in a hosted VM browser). For example, "open the [Bing](https://www.bing.com) website at `https://www.bing.com`. +1. If you need the learner to open a website, include both a link (so they can open by clicking in the HTML GitHub page) AND the URL formatted as code (so they can type it in a hosted VM browser). For example, "Open the [Bing](https://www.bing.com) website at `https://www.bing.com`". 1. If you need the learner to download a file (or a bunch of files in a zip), store the file in Allfiles folder in this repo and use the **raw** URL - like this: "Download [file name](https://raw.githubusercontent.com/MicrosoftLearning/INF99X-SampleCourse/master/Allfiles/Labs/01/Starter/azuredeploy.json) from `https://raw.githubusercontent.com/MicrosoftLearning/INF99X-SampleCourse/master/Allfiles/Labs/01/Starter/azuredeploy.json`. 1. Alternatively, for a developer audience, you can have them clone this repo if that seems more appropriate. 1. If you need to include a multiline code block, indent it to match the bulleted list indent: