issue on Step 3: Add a code example #484
Replies: 1 comment
-
i could not figure out the issue so istarted again from scratch which did worked without any blockers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Step 3: Add a code example
this is the task.
Example 1
How it looks
$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
Example 2
How it looks
var myVar = "Hello, world!";
⌨️ 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.
i did the changes as mentioned above
i can see its in index.md file
$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
Beta Was this translation helpful? Give feedback.
All reactions