{"id":13476827,"url":"https://github.com/tchapi/markdown-cheatsheet","last_synced_at":"2025-05-13T23:09:20.876Z","repository":{"id":4997048,"uuid":"6155249","full_name":"tchapi/markdown-cheatsheet","owner":"tchapi","description":"Markdown Cheatsheet for Github Readme.md","archived":false,"fork":false,"pushed_at":"2024-05-19T22:02:24.000Z","size":24,"stargazers_count":5069,"open_issues_count":17,"forks_count":6344,"subscribers_count":78,"default_branch":"master","last_synced_at":"2025-04-09T01:23:57.065Z","etag":null,"topics":["markdown","markdown-cheatsheet"],"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/tchapi.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":"2012-10-10T09:50:48.000Z","updated_at":"2025-04-08T11:09:17.000Z","dependencies_parsed_at":"2023-02-15T12:00:54.716Z","dependency_job_id":"7a065b6c-854c-4d33-9137-561cb8ea1d38","html_url":"https://github.com/tchapi/markdown-cheatsheet","commit_stats":{"total_commits":23,"total_committers":15,"mean_commits":"1.5333333333333334","dds":0.8260869565217391,"last_synced_commit":"ff40c0f488d2dee9d2ef843ebec0787c56ac8e7f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchapi%2Fmarkdown-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchapi%2Fmarkdown-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchapi%2Fmarkdown-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchapi%2Fmarkdown-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchapi","download_url":"https://codeload.github.com/tchapi/markdown-cheatsheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254042045,"owners_count":22004835,"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":["markdown","markdown-cheatsheet"],"created_at":"2024-07-31T16:01:35.049Z","updated_at":"2025-05-13T23:09:15.846Z","avatar_url":"https://github.com/tchapi.png","language":null,"funding_links":[],"categories":["Others","Markdown","📋 Cheatsheets","Welcome to Learn101"],"sub_categories":["Miscellaneous","Cheatsheets"],"readme":"Markdown Cheatsheet\u003ca name=\"TOP\"\u003e\u003c/a\u003e\n===================\n\n- - - - \n# Heading 1 #\n\n    Markup :  # Heading 1 #\n\n    -OR-\n\n    Markup :  ============= (below H1 text)\n\n## Heading 2 ##\n\n    Markup :  ## Heading 2 ##\n\n    -OR-\n\n    Markup: --------------- (below H2 text)\n\n### Heading 3 ###\n\n    Markup :  ### Heading 3 ###\n\n#### Heading 4 ####\n\n    Markup :  #### Heading 4 ####\n\n\nCommon text\n\n    Markup :  Common text\n\n_Emphasized text_\n\n    Markup :  _Emphasized text_ or *Emphasized text*\n\n~~Strikethrough text~~\n\n    Markup :  ~~Strikethrough text~~\n\n__Strong text__\n\n    Markup :  __Strong text__ or **Strong text**\n\n___Strong emphasized text___\n\n    Markup :  ___Strong emphasized text___ or ***Strong emphasized text***\n\n[Named Link](http://www.google.fr/ \"Named link title\") and http://www.google.fr/ or \u003chttp://example.com/\u003e\n\n    Markup :  [Named Link](http://www.google.fr/ \"Named link title\") and http://www.google.fr/ or \u003chttp://example.com/\u003e\n\n[heading-1](#heading-1 \"Goto heading-1\")\n    \n    Markup: [heading-1](#heading-1 \"Goto heading-1\")\n\nTable, like this one :\n\nFirst Header  | Second Header\n------------- | -------------\nContent Cell  | Content Cell\nContent Cell  | Content Cell\n\n```\nFirst Header  | Second Header\n------------- | -------------\nContent Cell  | Content Cell\nContent Cell  | Content Cell\n```\n\nAdding a pipe `|` in a cell :\n\nFirst Header  | Second Header\n------------- | -------------\nContent Cell  | Content Cell\nContent Cell  | \\|\n\n```\nFirst Header  | Second Header\n------------- | -------------\nContent Cell  | Content Cell\nContent Cell  |  \\| \n```\n\nLeft, right and center aligned table\n\nLeft aligned Header | Right aligned Header | Center aligned Header\n| :--- | ---: | :---:\nContent Cell  | Content Cell | Content Cell\nContent Cell  | Content Cell | Content Cell\n\n```\nLeft aligned Header | Right aligned Header | Center aligned Header\n| :--- | ---: | :---:\nContent Cell  | Content Cell | Content Cell\nContent Cell  | Content Cell | Content Cell\n```\n\n`code()`\n\n    Markup :  `code()`\n\n```javascript\n    var specificLanguage_code = \n    {\n        \"data\": {\n            \"lookedUpPlatform\": 1,\n            \"query\": \"Kasabian+Test+Transmission\",\n            \"lookedUpItem\": {\n                \"name\": \"Test Transmission\",\n                \"artist\": \"Kasabian\",\n                \"album\": \"Kasabian\",\n                \"picture\": null,\n                \"link\": \"http://open.spotify.com/track/5jhJur5n4fasblLSCOcrTp\"\n            }\n        }\n    }\n```\n\n    Markup : ```javascript\n             ```\n\n* Bullet list\n    * Nested bullet\n        * Sub-nested bullet etc\n* Bullet list item 2\n\n~~~\n Markup : * Bullet list\n              * Nested bullet\n                  * Sub-nested bullet etc\n          * Bullet list item 2\n\n-OR-\n\n Markup : - Bullet list\n              - Nested bullet\n                  - Sub-nested bullet etc\n          - Bullet list item 2 \n~~~\n\n1. A numbered list\n    1. A nested numbered list\n    2. Which is numbered\n2. Which is numbered\n\n~~~\n Markup : 1. A numbered list\n              1. A nested numbered list\n              2. Which is numbered\n          2. Which is numbered\n~~~\n\n- [ ] An uncompleted task\n- [x] A completed task\n\n~~~\n Markup : - [ ] An uncompleted task\n          - [x] A completed task\n~~~\n\n- [ ] An uncompleted task\n    - [ ] A subtask\n\n~~~\n Markup : - [ ] An uncompleted task\n              - [ ] A subtask\n~~~\n\n\u003e Blockquote\n\u003e\u003e Nested blockquote\n\n    Markup :  \u003e Blockquote\n              \u003e\u003e Nested Blockquote\n\n_Horizontal line :_\n- - - -\n\n    Markup :  - - - -\n\n_Image with alt :_\n\n![picture alt](http://via.placeholder.com/200x150 \"Title is optional\")\n\n    Markup : ![picture alt](http://via.placeholder.com/200x150 \"Title is optional\")\n\nFoldable text:\n\n\u003cdetails\u003e\n  \u003csummary\u003eTitle 1\u003c/summary\u003e\n  \u003cp\u003eContent 1 Content 1 Content 1 Content 1 Content 1\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTitle 2\u003c/summary\u003e\n  \u003cp\u003eContent 2 Content 2 Content 2 Content 2 Content 2\u003c/p\u003e\n\u003c/details\u003e\n\n    Markup : \u003cdetails\u003e\n               \u003csummary\u003eTitle 1\u003c/summary\u003e\n               \u003cp\u003eContent 1 Content 1 Content 1 Content 1 Content 1\u003c/p\u003e\n             \u003c/details\u003e\n\n```html\n\u003ch3\u003eHTML\u003c/h3\u003e\n\u003cp\u003e Some HTML code here \u003c/p\u003e\n```\n\nLink to a specific part of the page:\n\n[Go To TOP](#TOP)\n   \n    Markup : [text goes here](#section_name)\n              section_title\u003ca name=\"section_name\"\u003e\u003c/a\u003e    \n\nHotkey:\n\n\u003ckbd\u003e⌘F\u003c/kbd\u003e\n\n\u003ckbd\u003e⇧⌘F\u003c/kbd\u003e\n\n    Markup : \u003ckbd\u003e⌘F\u003c/kbd\u003e\n\nHotkey list:\n\n| Key | Symbol |\n| --- | --- |\n| Option | ⌥ |\n| Control | ⌃ |\n| Command | ⌘ |\n| Shift | ⇧ |\n| Caps Lock | ⇪ |\n| Tab | ⇥ |\n| Esc | ⎋ |\n| Power | ⌽ |\n| Return | ↩ |\n| Delete | ⌫ |\n| Up | ↑ |\n| Down | ↓ |\n| Left | ← |\n| Right | → |\n\nEmoji:\n\n:exclamation: Use emoji icons to enhance text. :+1:  Look up emoji codes at [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/)\n\n    Markup : Code appears between colons :EMOJICODE:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchapi%2Fmarkdown-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchapi%2Fmarkdown-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchapi%2Fmarkdown-cheatsheet/lists"}