{"id":13625542,"url":"https://github.com/Olwiba/Kickass-markdown","last_synced_at":"2025-04-16T06:32:53.410Z","repository":{"id":95314589,"uuid":"555104860","full_name":"Olwiba/Kickass-markdown","owner":"Olwiba","description":"A collection of Github markdown tricks for writing kickass READMEs, Pull Requests \u0026 Comments.","archived":false,"fork":false,"pushed_at":"2022-10-21T05:35:07.000Z","size":7,"stargazers_count":363,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-27T21:40:05.695Z","etag":null,"topics":["comments","github","hacks","kickass","markdown","pull-requests","readme","tricks"],"latest_commit_sha":null,"homepage":"","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/Olwiba.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":"2022-10-21T00:41:18.000Z","updated_at":"2024-10-16T04:12:55.000Z","dependencies_parsed_at":"2023-03-03T06:15:16.429Z","dependency_job_id":null,"html_url":"https://github.com/Olwiba/Kickass-markdown","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/Olwiba%2FKickass-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olwiba%2FKickass-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olwiba%2FKickass-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olwiba%2FKickass-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Olwiba","download_url":"https://codeload.github.com/Olwiba/Kickass-markdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223700581,"owners_count":17188351,"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":["comments","github","hacks","kickass","markdown","pull-requests","readme","tricks"],"created_at":"2024-08-01T21:01:57.471Z","updated_at":"2024-11-08T14:31:49.043Z","avatar_url":"https://github.com/Olwiba.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Kickass markdown 🤩\nA collection of Github markdown tricks for writing kickass READMEs, Pull Requests \u0026 Comments.  \nMarkdown is Github's version of dress code - Make your first impression count.\n\nMake sure to checkout [Poor Man's Styleguide](https://github.com/bryanbraun/poor-mans-styleguide#readme) for all common page elements.\n\n```diff\n+ If you find this useful, please remember to ⭐ - Thanks!\n```\n\n## What tricks can I use?\nREADMEs offer support for:  \n👉 [Markdown](#markdown-tricks)  \n👉 [HTML](#html-tricks)\n\nPull Requests \u0026 Comments offer support for:  \n👉 [Markdown](#markdown-tricks)\n\n## Contribution\nMissing a trick? feel free to make a [contribution](https://github.com/Olwiba/Kickass-markdown/edit/main/README.md).\n\n## Markdown tricks\n\n```diff\n+ this text is highlighted in green\n- this text is highlighted in red\n```\n\n\u003cpre\u003e\n```diff\n+ this text is highlighted in green\n- this text is highlighted in red\n```\n\u003c/pre\u003e\n\n---\n\n```CSS\nSome text in green! 123\n```\n\n\u003cpre\u003e\n```CSS\nSome text in green! 123\n```\n\u003c/pre\u003e\n\n---\n\n```P4\nSome text in blue! 123\n```\n\n```Mint\nSome text in blue with additional keyword highlighting! 123\n```\n\n\u003cpre\u003e\n```P4\nSome text in blue! 123\n```\n\n```Mint\nSome text in blue with additional keyword highlighting! 123\n```\n\u003c/pre\u003e\n\n---\n\n```robots.txt\nsome text in light blue! 123\n```\n\n\u003cpre\u003e\n```robots.txt\nsome text in light blue! 123\n```\n\u003c/pre\u003e\n\n---\n\n```EBNF\nSome text in purple! 123\n```\n\n```mupad\nSome text in purple with additional keyword highlighting! 123\n```\n\n\u003cpre\u003e\n```EBNF\nSome text in purple! 123\n```\n\n```mupad\nSome text in purple with additional keyword highlighting! 123\n```\n\u003c/pre\u003e\n\n---\n\n```Mathematica\nSome text in orange! 123\n```\n\n```REXX\nSome text in orange with additional keyword highlighting! 123\n```\n\n```Nix\nSome text in orange with additional keyword highlighting! 123\n```\n\n\u003cpre\u003e\n```Mathematica\nSome text in orange! 123\n```\n\n```REXX\nSome text in orange with additional keyword highlighting! 123\n```\n\n```Nix\nSome text in orange with additional keyword highlighting! 123\n```\n\u003c/pre\u003e\n\n---\n\n```POV-Ray SDL\nsome text in red!\n```\n\n\u003cpre\u003e\n```POV-Ray SDL\nsome text in red!\n```\n\u003c/pre\u003e\n\n---\n\n```RobotFramework\nSome text in light red! 123\n```\n\n\u003cpre\u003e\n```RobotFramework\nSome text in light red! 123\n```\n\u003c/pre\u003e\n\n---\n\n```JSON\nSome text highlighted in red! 123\n```\n\n\u003cpre\u003e\n```JSON\nSome text highlighted in red! 123\n```\n\u003c/pre\u003e\n\n## HTML tricks\n\n\u003csamp\u003eMonospaced text\u003c/samp\u003e\n\n```\n\u003csamp\u003eMonospaced text\u003c/samp\u003e\n```\n\n---\n\n\u003cins\u003eUnderlined text\u003c/ins\u003e\n\n```\n\u003cins\u003eUnderlined text\u003c/ins\u003e\n```\n\n---\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eBoxed text\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n```\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eBoxed text\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n```\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eItem summary with dropdown\u003c/summary\u003e\n\nDropdown content (supports **markdown** ~~yay!~~)\n\n```json\n{\n  awesome: \"true\"\n}\n```\n\u003c/details\u003e\n\n\u003cpre\u003e\n\u0026lt;details\u003e\n\u0026lt;summary\u003eItem summary with dropdown\u0026lt;/summary\u003e\n\nDropdown content (supports **markdown** ~~yay!~~)\n\n```json\n{\n  awesome: \"true\"\n}\n```\n\u0026lt;/details\u003e\n\u003c/pre\u003e\n\n---\n\n__*Italic-bold*__\n\n```\n__*Italic-bold*__\n```\n\n---\n\nSuperscript\u003csup\u003eTM\u003c/sup\u003e\n\n```\nSuperscript\u003csup\u003eTM\u003c/sup\u003e\n```\n\n---\n\nSuperscript-italic\u003csup\u003e*tm*\u003c/sup\u003e\n\n```\nSuperscript-italic\u003csup\u003e*tm*\u003c/sup\u003e\n```\n\n---\n\nSubscript\u003csub\u003ex\u003c/sub\u003e\n\n```\nSubscript\u003csub\u003ex\u003c/sub\u003e\n```\n\n---\n\nSubscript-bold\u003csub\u003e**min**\u003c/sub\u003e\n\n```\nSubscript-bold\u003csub\u003e**min**\u003c/sub\u003e\n```\n\n---\n\n~~__*Italic-bold-strikethrough*__~~\n\n```\n~~__*Italic-bold-strikethrough*__~~\n```\n\n## Offical links\n[Github flavoured markdown](https://docs.github.com/en/get-started/writing-on-github)  \n[Github markup engine](https://github.com/github/markup)  \n[Emoji cheat sheet](https://www.webfx.com/tools/emoji-cheat-sheet/) \n\n## License\nLicensed under [MIT](https://github.com/Olwiba/Kickass-markdown/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOlwiba%2FKickass-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOlwiba%2FKickass-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOlwiba%2FKickass-markdown/lists"}