{"id":18738206,"url":"https://github.com/enginooby-practice/markdown","last_synced_at":"2025-06-16T10:39:55.542Z","repository":{"id":216465927,"uuid":"278512797","full_name":"enginooby-practice/markdown","owner":"enginooby-practice","description":"Mixing HTML and GitHub Flavored Markdown.","archived":false,"fork":false,"pushed_at":"2020-07-19T20:05:01.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-20T03:12:04.411Z","etag":null,"topics":["github-flavored-markdown","html","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/enginooby-practice.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}},"created_at":"2020-07-10T01:51:12.000Z","updated_at":"2020-07-30T11:16:28.000Z","dependencies_parsed_at":"2024-01-10T12:05:54.219Z","dependency_job_id":null,"html_url":"https://github.com/enginooby-practice/markdown","commit_stats":null,"previous_names":["enginooby-practice/markdown"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enginooby-practice/markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginooby-practice%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginooby-practice%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginooby-practice%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginooby-practice%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enginooby-practice","download_url":"https://codeload.github.com/enginooby-practice/markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginooby-practice%2Fmarkdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260142892,"owners_count":22965222,"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":["github-flavored-markdown","html","markdown"],"created_at":"2024-11-07T15:28:40.256Z","updated_at":"2025-06-16T10:39:55.484Z","avatar_url":"https://github.com/enginooby-practice.png","language":null,"readme":"# List of practiced topics\n|[Header](#header)|[Emphasis](#emphasis)|[Image](#image)|[Button](#button)|[Dropdown](#dropdown)|[Blockquote](#blockquote)|[List \u0026 Task](#list)|[Reference link](#reference-link)|[Hightlight](#hightlight)|[Color](#color)|\n|---|---|---|---|---|---|---|---|---|---|\n\n## Basic\n- **Emojis:** [Cheat sheet](https://www.emojicopy.com)\n- **Mention:** @97noob @cpulover-projects\n- **Issue mention:** ```[Issue 1](#1)``` \u0026#x27A1; [Issue 1](#1)\n- **Horizontal line:** ```---``` or ```***``` or ```___```\n- **Line break:** ```\u003cbr\u003e``` or `2 whitespace` or `\\`\n- **Blackslash escape:** ```*Italic*``` =\u003e *Italic* vs. ```\\*Not italic\\*``` =\u003e \\*Not italic\\*\n- **Header anchor link:** ```[Go to bottom](#bottom)``` \u0026#x27A1; [Go to bottom](#bottom)\n- **Manual anchor link:** ```[Manual anchor](#just-a-random-anchor)``` \u0026#x27A1; [Manual anchor](#just-a-random-anchor)\n- **Link:** ```[My GitHub profile](https://github.com/cpulover)``` \u0026#x27A1; [My GitHub profile](https://github.com/cpulover)\n- **Code block:** \\`\\`\\`System.out.println(\"Hello!\");\\`\\`\\` \u0026#x27A1; ```System.out.println(\"Hello!\");```\n- **Hidden comment:** ```[//]: # (You can not see this on a seperate line)```\n\n[//]: # (You can not see this on a seperate line)\n\n## Header \n```\n# \u003ch1\u003e heading\n## \u003ch2\u003e heading\n### You get it!\n```\n\n## Emphasis\n Syntax | Output |\n---|---|\n ```*This text will be italic*```|*This text will be italic* \n```_This will also be italic_ ```|_This will also be italic_\n```**This text will be bold** ```|**This text will be bold**\n```__This will also be bold__```|__This will also be bold__\n```Text with `backticks` inside```|Text with `backticks` inside\n```~~This text will be deleted~~```|~~This text will be deleted~~\n```*You **can** `combine` ~~them~~*```|*You **can** `combine` ~~them~~*\n\n## Image\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eLeft align\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\u0026lt;img align=\"left\" width=\"150\" src=\"https://github.com/cpulover-practice/markdown/blob/master/images/avt2.jpg\"\u0026gt;\u003c/pre\u003e\n \u003c/details\u003e\n \u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eRight align\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\u0026lt;img align=\"right\" width=\"150\" src=\"./images/avt2.jpg\"\u0026gt;\u003c/pre\u003e\n \u003c/details\u003e\n \u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eCenter align\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\u0026lt;p align=\"center\"\u0026gt;\u0026lt;img width=\"150\" src=\"./images/avt2.jpg\"\u0026gt;\u0026lt;/p\u0026gt;\u003c/pre\u003e\n \u003c/details\u003e\n\n\u003cimg align=\"left\" width=\"150\" src=\"https://github.com/cpulover-practice/markdown/blob/master/images/avt2.jpg\"\u003e \n\u003cimg align=\"right\" width=\"150\" src=\"./images/avt2.jpg\"\u003e \n\u003cp align=\"center\"\u003e\u003cimg width=\"150\" src=\"./images/avt2.jpg\"\u003e\u003c/p\u003e\n\n## Button\n\n\u003cdetails\u003e \n\u003csummary\u003e\u003cb\u003eA single button\u003c/b\u003e\u003c/summary\u003e\n\u003cpre\u003e[GitHub](https://github.com/)\n|---|\u003c/pre\u003e\n\u003c/details\u003e\n\n[GitHub](https://github.com/)\n|---|\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eA row of buttons\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e|[Google](https://www.google.com/)|[Facebook](http://facebook.com/)|[Youtube](https://www.youtube.com/)|\n|---|---|---|\u003c/pre\u003e\n \u003c/details\u003e\n\n|[Google](https://www.google.com/)|[Facebook](http://facebook.com/)|[Youtube](https://www.youtube.com/)|\n|---|---|---|\n\n\u003ca name=\"just-a-random-anchor\"\u003e\n   \n ⚓  \n\\\u003ca name=\"just-a-random-anchor\"\\\u003e\n\n## Dropdown\n\n\u003cdetails\u003e\n\u003csummary\u003eDropdown contains a list\u003c/summary\u003e\n\u003cul\u003e\n  \u003cli\u003eItem 1\u003c/li\u003e\n  \u003cli\u003eItem 2\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e \n\u003csummary\u003eDropdown contains a code block\u003c/summary\u003e\n\u003cpre\u003e$ This dropdown contains\u003cbr\u003ea code block!\u003c/pre\u003e\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003eOpening dropdown\u003c/summary\u003e\n\u003cpre\u003e\n\u0026lt;details open\u0026gt;\n\u0026lt;summary\u0026gt;Want to ruin the surprise?\u0026lt;\u0026#47;summary\u0026gt;\n\u0026lt;br\u0026gt;\nWell, you asked for it!\n\u0026lt;\u0026#47;details\u0026gt;\n\u003c/pre\u003e\n\u003c/details\u003e\n  \n## Blockquote\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eCode\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\n As Kanye West said:\n\u003e We're living the future    \n\u003e so the present is our past.\n\u003c/pre\u003e\n \u003c/details\u003e\n\nAs Kanye West said:\n\u003e We're living the future    \n\u003e so the present is our past.\n\n## List\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eUnordered list\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\n- Item 1\n- Item 2\n  - Item 2a\n  - Item 2b\u003c/pre\u003e\n\u003c/details\u003e\n  \n- Item 1\n- Item 2\n  - Item 2a\n  - Item 2b\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eOrdered list\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\n1. Item 1\n2. Item 2\n   * Item 2a\n   * Item 2b\n\u003c/pre\u003e\n\u003c/details\u003e\n\n1. Item 1\n2. Item 2\n   * Item 2a\n   * Item 2b\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eTask list\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\n- [x] This is a complete item\n- [ ] This is an incomplete item\n\u003c/pre\u003e\n \u003c/details\u003e\n \n- [x] This is a complete item\n- [ ] This is an incomplete item\n\n## Reference link\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eDeclare links\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\n[//]: # (Declared links are invisible, can be put anywhere)\n[cat]: https://en.wikipedia.org/wiki/Cat\n[github-profile]: https://github.com/cpulover\n\u003c/pre\u003e\n \u003c/details\u003e\n\n[//]: # (Declare reference links, they are invisible, can be put anywhere)\n[cat]: https://en.wikipedia.org/wiki/Cat\n[github-profile]: https://github.com/cpulover\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eUse links\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\nI like [cat][]. So check out my [profile][github-profile]!\n\u003c/pre\u003e\n \u003c/details\u003e\n \nI like [cat][]. So check out my [profile][github-profile]!\n\n## Hightlight\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eCode\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\n ```diff\n- text in red\n+ text in green\n! text in orange\n# text in gray\n@@ text in purple (and bold)@@\n```\n\u003c/pre\u003e\n\u003c/details\u003e\n\n```diff\n- Text in red.\n+ Text in green.\n! Text in orange.\n# Text in gray.\n@@ Text in purple (and bold).@@\n```\n\n## Color\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eInline style\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\n![#ff0000](https://placehold.it/12/ff0000?text=+) Small red \n![#9900c5](https://placehold.it/15/9900c5?text=+) Medium purple \n![#157500](https://placehold.it/20/157500?text=+) Large green\n\u003c/pre\u003e\n \u003c/details\u003e\n \n![#ff0000](https://placehold.it/12/ff0000?text=+) Small red \n![#9900c5](https://placehold.it/15/9900c5?text=+) Medium purple \n![#157500](https://placehold.it/20/157500?text=+) Large green\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cb\u003eBlock style\u003c/b\u003e\u003c/summary\u003e\n \u003cpre\u003e\n![](https://placehold.it/300x90/ff0000/000000?text=IMPORTANT!)\n![](https://placehold.it/250x90/ff6600/000?text=WARNING!)\n![](https://placehold.it/200x90/009955/fff?text=SUCCESS!)\n\u003c/pre\u003e\n \u003c/details\u003e\n \n![](https://placehold.it/300x90/ff0000/000000?text=IMPORTANT!)\n![](https://placehold.it/250x90/ff6600/000?text=WARNING!)\n![](https://placehold.it/200x90/009955/fff?text=SUCCESS!)\n\n---\n\n#### Bottom\n[**Go to top**](#list-of-practiced-topics)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenginooby-practice%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenginooby-practice%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenginooby-practice%2Fmarkdown/lists"}