Step 2. Review the Current Markdown
Open the Tutorial Tool at https://makecode.com/tutorial-tool and paste the copied code into the editor.
Since we’re working with Arcade here, we’ll choose the Arcade emulator from the dropdown. We also have emulators for micro:bit, Minecraft, and Circuit Playground.
Click “Run”.
You should see the opening modal (pop-up window) in the viewer on the right-hand side. Review the text in that window, then find the text in the left-hand pane that corresponds to it. That’s where the tutorial starts. Everything above that point is hidden from display.
Notice that there is a lot of green text in the tutorial tool. Those are comments that I’ve added to explain each of the elements of our tutorial markdown. You do not need to keep these in your final tutorials, but if you find them to be helpful, it’s fine to leave them.