Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdonaldson/skills-communicate-using-markdown
My clone repository
https://github.com/jdonaldson/skills-communicate-using-markdown
Last synced: about 1 month ago
JSON representation
My clone repository
- Host: GitHub
- URL: https://github.com/jdonaldson/skills-communicate-using-markdown
- Owner: jdonaldson
- License: mit
- Created: 2023-08-10T16:26:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T16:54:49.000Z (over 1 year ago)
- Last Synced: 2023-08-17T18:47:54.305Z (over 1 year ago)
- Size: 13.7 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 2: Add an image
_Great job adding headers to the file :sparkles:_
Let's add an image. Include descriptive text in the square brackets. This text is read aloud for people using screen readers. It's also shown at times when your image doesn't display, such as when there's a poor connection. You can see the syntax for images below:
### Example
```md
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
```#### How it looks
### :keyboard: Activity: Adding an image
1. As you did before, edit the `index.md` file in this pull request.
1. In the file, add the correct Markdown for your image of choice. Don't forget to include alt-text!
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/skills/.github/discussions) • [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)