{"id":19785968,"url":"https://github.com/davidkhahn/markdown","last_synced_at":"2026-06-14T21:32:29.231Z","repository":{"id":95215968,"uuid":"168481259","full_name":"DavidKHahn/Markdown","owner":"DavidKHahn","description":"simple cheat sheet for markdown writing, git forms","archived":false,"fork":false,"pushed_at":"2019-02-01T03:02:18.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T09:31:36.432Z","etag":null,"topics":["github","markdown","readme"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavidKHahn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-01-31T07:20:59.000Z","updated_at":"2023-04-11T15:25:06.000Z","dependencies_parsed_at":"2023-03-13T21:30:56.780Z","dependency_job_id":null,"html_url":"https://github.com/DavidKHahn/Markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DavidKHahn/Markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidKHahn%2FMarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidKHahn%2FMarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidKHahn%2FMarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidKHahn%2FMarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidKHahn","download_url":"https://codeload.github.com/DavidKHahn/Markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidKHahn%2FMarkdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34339194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["github","markdown","readme"],"created_at":"2024-11-12T06:16:21.579Z","updated_at":"2026-06-14T21:32:29.226Z","avatar_url":"https://github.com/DavidKHahn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--Headings--\u003e\n# Heading 1\n## Heading 2\n### Heading 3\n#### Heading 4\n##### Heading 5\n###### Heading 6\n\n\u003c!-- Italics --\u003e\n*This text* is italic\n\n_This text_ is italic\n\n\u003c!-- Strong --\u003e\n**This text** is italic\n\n__This text__ is italic\n\n\u003c!-- Strikethrough --\u003e\n~~This text~~ is strikethrough\n\n\u003c!-- Horizontal Rule --\u003e\n\n- - - \n\n___\n\n\u003c!-- Blockquotes --\u003e\n\u003e This is a quote \n\n\u003c!-- Links --\u003e\n[ Hahn](http://github.com)\n\n[ Hahn](http://github.com\n\" Hahn\")\n\n\u003c!--UL--\u003e\n* Item 1\n* Item 2\n* Item 3\n    * Nested Item 1\n    * Nested Item 2\n\n\u003c!-- OL --\u003e\n1. Item 1\n1. Item 2\n1. Item 3\n\n\u003c!-- Inline Code Block --\u003e\n`\u003cp\u003eThis is a paragraph\u003c/p\u003e`\n\n\u003c!-- Images --\u003e\n![Markdown Logo](https://markdown-here.com/img/icon256.png)\n\n\u003c!-- Github Markdown --\u003e\n\n\u003c!-- Code Blocks --\u003e\n```\n    npm install\n\n    npm start\n\n```\n\n```javascript\n    function add(num1, num2) {\n        return num1 + num2;\n    }\n```\n\n```python\n    def add(num1, num2) \n        return num1 + num2\n```\n\u003c!--Tables--\u003e\n| Name      | Email          |\n| --------- | -------------- |\n| John Doe  | john@gmail.com |\n| Jane Doe  | john@gmail.com |\n\n\u003c!--Task Lists--\u003e\n* [x] Task 1\n* [x] Task 2\n* [ ] Task 3\n\n\n\u003c!-- 'Purpose' for Git Contribution --\u003e\n\n## Purpose\nAdded documentation and links for using Workbench with a service principal.\nFixed a minor bug.\n\n## Does this introduce a breaking change?\n* [ ] Yes\n* [x ] No\n\n## Pull Request Type\n\nWhat kind of change does this Pull Request introduce?\n\n* [ x] Bugfix\n* [ ] Feature\n* [ ] Code style update (formatting, local variables)\n* [ ] Refactoring (no functional changes, no api changes)\n* [ x] Documentation content changes\n* [ ] Other... Please describe:\n\n# How to Test\n* Get the code\n```\ngit clone [repo-address]\ncd [repo-name]\ngit checkout [branch-name]\nnpm install\n```\n* Test the code\n```\n```\n* What to Check\n\nVerify that the following are valid\n* ...\n# Other Information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidkhahn%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidkhahn%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidkhahn%2Fmarkdown/lists"}