https://github.com/baimamboukar/skills-communicate-using-markdown
My clone repository
https://github.com/baimamboukar/skills-communicate-using-markdown
Last synced: 7 months ago
JSON representation
My clone repository
- Host: GitHub
- URL: https://github.com/baimamboukar/skills-communicate-using-markdown
- Owner: baimamboukar
- License: mit
- Created: 2024-01-27T17:57:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T18:12:58.000Z (over 1 year ago)
- Last Synced: 2025-01-11T22:33:16.905Z (9 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Communicate using Markdown
_Organize ideas and collaborate using Markdown, a lightweight language for text formatting._
## Step 3: Add a code example
_Great job adding an image to the file :tada:_
In addition to code blocks, some code blocks should be rendered differently depending on the language, such as JavaScript or command-line text.
### Example 1
```
$ 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/
```### Example 2
``` javascript
var myVar = "Hello, world!";
```#### How it looks
```javascript
var myVar = "Hello, world!";
```### :keyboard: Activity: Adding a code example
1. As you did before, edit the file in this pull request.
1. In the file, add the correct Markdown for a code example of your choice.
1. Use the **Preview** tab to check your Markdown formatting.
1. Commit your changes.
1. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/communicate-using-markdown) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)