{"id":16022816,"url":"https://github.com/mstrpi/mdtraining","last_synced_at":"2026-03-01T11:34:16.750Z","repository":{"id":233340501,"uuid":"787073430","full_name":"mstrpi/mdtraining","owner":"mstrpi","description":"My clone repository","archived":false,"fork":false,"pushed_at":"2024-04-15T20:52:42.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T22:23:26.771Z","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/mstrpi.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-15T20:52:13.000Z","updated_at":"2024-04-15T20:52:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f22d5db-bd9d-41ba-9ffc-2739adb3f963","html_url":"https://github.com/mstrpi/mdtraining","commit_stats":null,"previous_names":["mstrpi/mdtraining"],"tags_count":0,"template":false,"template_full_name":"skills/communicate-using-markdown","purl":"pkg:github/mstrpi/mdtraining","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstrpi%2Fmdtraining","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstrpi%2Fmdtraining/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstrpi%2Fmdtraining/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstrpi%2Fmdtraining/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mstrpi","download_url":"https://codeload.github.com/mstrpi/mdtraining/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstrpi%2Fmdtraining/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29968547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-08T18:42:00.827Z","updated_at":"2026-03-01T11:34:16.716Z","avatar_url":"https://github.com/mstrpi.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%2Fmstrpi%2Fmdtraining","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmstrpi%2Fmdtraining","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstrpi%2Fmdtraining/lists"}