An open API service indexing awesome lists of open source software.

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

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)