mirror of
https://github.com/elisspace/skills-communicate-using-markdown.git
synced 2026-08-29 15:44:07 +00:00
1.0 KiB
1.0 KiB
Step 3: Add a code example
Great job adding an image to the file 🎉
In addition to code blocks, some code blocks should be rendered differently depending on the language, such as JavaScript or command-line text.
Example
``` $ git init Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/ ```
How it looks
$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
⌨️ Activity: Adding a code example
- As you did before, edit the file in this pull request.
- In the file, add the correct Markdown for a code example of your choice.
- Use the Preview tab to check your Markdown formatting.
- Commit your changes.
- Wait about 20 seconds then refresh this page (the one you're following instructions from). GitHub Actions will automatically update to the next step.