{"id":21986877,"url":"https://github.com/saforem2/skills-communicate-using-markdown","last_synced_at":"2026-05-06T11:37:09.791Z","repository":{"id":212704097,"uuid":"732117817","full_name":"saforem2/skills-communicate-using-markdown","owner":"saforem2","description":"My clone repository","archived":false,"fork":false,"pushed_at":"2023-12-15T17:28:46.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T22:57:50.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saforem2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-15T17:28:18.000Z","updated_at":"2023-12-15T17:28:18.000Z","dependencies_parsed_at":"2023-12-15T18:49:19.373Z","dependency_job_id":null,"html_url":"https://github.com/saforem2/skills-communicate-using-markdown","commit_stats":null,"previous_names":["saforem2/skills-communicate-using-markdown"],"tags_count":0,"template":false,"template_full_name":"skills/communicate-using-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saforem2%2Fskills-communicate-using-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saforem2%2Fskills-communicate-using-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saforem2%2Fskills-communicate-using-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saforem2%2Fskills-communicate-using-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saforem2","download_url":"https://codeload.github.com/saforem2/skills-communicate-using-markdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245045434,"owners_count":20552036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T18:21:46.492Z","updated_at":"2026-05-06T11:37:04.746Z","avatar_url":"https://github.com/saforem2.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cheader\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course header \u003e\u003e\u003e\n  Include a 1280×640 image, course title in sentence case, and a concise description in emphasis.\n  In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.\n  Add your open source license, GitHub uses MIT license.\n--\u003e\n\n# Communicate using Markdown\n\n_Organize ideas and collaborate using Markdown, a lightweight language for text formatting._\n\n\u003c/header\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Step 1 \u003e\u003e\u003e\n  Choose 3-5 steps for your course.\n  The first step is always the hardest, so pick something easy!\n  Link to docs.github.com for further explanations.\n  Encourage users to open new tabs for steps!\n--\u003e\n\n## Step 1: Add headers\n\n_Welcome to \"Communicate using Markdown\"! :wave:_\n\n**What is _Markdown_?** Markdown is a [lightweight syntax](https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) for communicating on GitHub. You can format text to add a heading, lists, **bold**, _italics_, tables, and many other stylings. You can use Markdown in most places around GitHub:\n\n- Comments on [issues](https://docs.github.com/issues/tracking-your-work-with-issues/about-issues), [pull requests](https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests), and [discussions](https://docs.github.com/discussions/collaborating-with-your-community-using-discussions/about-discussions)\n- Files with the `.md` or `.markdown` extension\n- Sharing snippets of text in [Gists](https://docs.github.com/github/writing-on-github/editing-and-sharing-content-with-gists/creating-gists)\n\n**What is a _header_?** A header is a larger bit of text at the beginning of a section. There are six sizes.\n\n### Example\n\n```md\n# This is an `\u003ch1\u003e` header, which is the largest\n\n## This is an `\u003ch2\u003e` header\n\n###### This is an `\u003ch6\u003e` header, which is the smallest\n```\n\n#### How it looks\n\n# This is an `\u003ch1\u003e` header, which is the largest\n\n## This is an `\u003ch2\u003e` header\n\n###### This is an `\u003ch6\u003e` header, which is the smallest\n\n### :keyboard: Activity: Edit your file with headers\n\n1. Open a new browser tab, and work on the steps in your second tab while you read the instructions in this tab.\n1. Open the **pull requests** tab.\n1. Click **New pull request**, for the branches to compare, select `base: main` and `compare: start-markdown`.\n1. Click **Create pull request**.\n1. In this pull request, go to the **Files changed** tab. We made an empty file `index.md` for you.\n1. Select **Edit file** from the three dotted **...** menu in the upper right corner of the file view on `index.md`.\n1. On the **Edit file** tab, add a `#`, followed by a **space**, before any content you like to make it an H1 Header. You can add more headers, using one to six `#` characters followed by a **space**.\n1. Above your new content, click **Preview**.\n1. At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file.\n1. Click **Commit changes**.\n1. 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.\n\n\u003cfooter\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Footer \u003e\u003e\u003e\n  Add a link to get support, GitHub status page, code of conduct, license link.\n--\u003e\n\n---\n\nGet help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/communicate-using-markdown) \u0026bull; [Review the GitHub status page](https://www.githubstatus.com/)\n\n\u0026copy; 2023 GitHub \u0026bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) \u0026bull; [MIT License](https://gh.io/mit)\n\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaforem2%2Fskills-communicate-using-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaforem2%2Fskills-communicate-using-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaforem2%2Fskills-communicate-using-markdown/lists"}