{"id":26871297,"url":"https://github.com/codeadamca/markdown-demo","last_synced_at":"2025-03-31T07:19:03.802Z","repository":{"id":115328357,"uuid":"481624309","full_name":"codeadamca/markdown-demo","owner":"codeadamca","description":"A basic example of most Markdown syntax.","archived":false,"fork":false,"pushed_at":"2025-01-26T21:28:22.000Z","size":1611,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T22:25:05.117Z","etag":null,"topics":["learning-code","markdown"],"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/codeadamca.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":"2022-04-14T13:55:47.000Z","updated_at":"2025-01-26T21:28:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"3104d951-6585-429d-9748-6af7ff4b430f","html_url":"https://github.com/codeadamca/markdown-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fmarkdown-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fmarkdown-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fmarkdown-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fmarkdown-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeadamca","download_url":"https://codeload.github.com/codeadamca/markdown-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429486,"owners_count":20775809,"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":["learning-code","markdown"],"created_at":"2025-03-31T07:19:03.068Z","updated_at":"2025-03-31T07:19:03.790Z","avatar_url":"https://github.com/codeadamca.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Demo\n\nA basic example of most available Markdown syntax.\n\n## Headings\n\nHeadings are added using a `#` for heading level one, `##` for heading level two, etc...\n\n## Heading Level Two\n\n```markdown\n## Heading Level Two\n```\n\n## Paragraphs\n\nParagraphs are added by simply adding text on their own line.\n\n```markdown\nThis is a a paragraph.\n\nAnd this is another paragraph. \n```\n\n## Links\n\nLinks are added using square brackets for the clickable part and round brackets for the URL.\n\n```markdown\n[codeadam.ca](https://codeadam.ca)\n```\n\n## Images\n\nImages are added imilarly to links. The image description is placed in square brackets, and a URL to the image is placed in the round brackets. The different between an image and a link, is that an image stats with an exclamation mark `!`.\n\nThis image:\n\n![codeadam.ca logo](https://raw.githubusercontent.com/codeadamca/markdown-demo/main/logo.png)\n\nWas added using this code:\n\n```markdown\n![codeadam.ca logo](https://raw.githubusercontent.com/codeadamca/markdown-demo/main/logo.png)\n```\n\n## Adding Code to Markdown\n\nYou can add inline `code` using a single backtick. Or a block of code using thee backticks:\n\n```\n# This is a Level One Header\n## This is a Level Two Header\n```\n\nYou can specify the language in a block of code after the three ticks:\n\n```markdown\n# This is a Level One Header\n## This is a Level Two Header\n```\n\nHere is some sample JavaScript:\n\n```javascript\ndocument.write(\"Hello World!\");\n```\n\n## Tables\n\nTo add tables to a Markdown documnet you use a series of dashes and bars:\n\n| Heading 1      | Heading 2     | Heading 3     |\n| -------------- | ------------- | ------------- |\n| Value 1        | Value 2       | Value 3       |\n\nTables in your Markdown file don't need to line up:\n\nHeading 1 | Heading 2 | Heading 3\n--- | --- | ---\nValue 1 | Value 2 | Value 3\n\n## Lists\n\nYou can add lists using number `\u003col\u003e` or dashes `\u003cul\u003e`:\n\n1. This is the first list item.\n2. This is the second list item.\n\n    This is the second paragraph in the second list item.\n\n3. This is the third list item.\n\n***\n\n## Repo References\n\n* [Visual Studio Code](https://code.visualstudio.com/) \n* [Markdown Guide](https://www.markdownguide.org/)\n* [Markdown](https://daringfireball.net/projects/markdown/)\n\n\u003cbr\u003e\n\u003ca href=\"https://codeadam.ca\"\u003e\n\u003cimg src=\"https://cdn.codeadam.ca/images@1.0.0/codeadam-logo-coloured-horizontal.png\" width=\"200\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeadamca%2Fmarkdown-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeadamca%2Fmarkdown-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeadamca%2Fmarkdown-demo/lists"}