https://github.com/ghostdaghost/skills-communicate-using-markdown
My clone repository
https://github.com/ghostdaghost/skills-communicate-using-markdown
Last synced: over 1 year ago
JSON representation
My clone repository
- Host: GitHub
- URL: https://github.com/ghostdaghost/skills-communicate-using-markdown
- Owner: GhostDaGhost
- License: mit
- Created: 2025-02-28T17:01:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T03:22:53.000Z (over 1 year ago)
- Last Synced: 2025-03-14T04:25:57.407Z (over 1 year ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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:_
Let's add some code blocks. Code blocks can render differently depending on the language.
### 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)