{"id":21066480,"url":"https://github.com/mishakorzik/markdown","last_synced_at":"2025-05-16T03:31:49.912Z","repository":{"id":45811313,"uuid":"384751424","full_name":"mishakorzik/Markdown","owner":"mishakorzik","description":"study markdown from scratch","archived":false,"fork":false,"pushed_at":"2021-07-10T19:23:11.000Z","size":70,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T19:13:01.976Z","etag":null,"topics":["allhackingtool","allhackingtools","coder","github","markdown","markdown-help","markdown-here","programing"],"latest_commit_sha":null,"homepage":"https://markdown-here.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mishakorzik.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}},"created_at":"2021-07-10T17:13:23.000Z","updated_at":"2025-01-22T01:17:52.000Z","dependencies_parsed_at":"2022-08-31T19:10:06.620Z","dependency_job_id":null,"html_url":"https://github.com/mishakorzik/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/mishakorzik%2FMarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishakorzik%2FMarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishakorzik%2FMarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishakorzik%2FMarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mishakorzik","download_url":"https://codeload.github.com/mishakorzik/Markdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254462680,"owners_count":22075300,"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":["allhackingtool","allhackingtools","coder","github","markdown","markdown-help","markdown-here","programing"],"created_at":"2024-11-19T17:59:54.543Z","updated_at":"2025-05-16T03:31:49.633Z","avatar_url":"https://github.com/mishakorzik.png","language":null,"readme":"# Markdown\n#### study markdown from scratch. Hi, today is a great day to explore the markdown\n\n#### • I recommend to look: \u003ca href=\"https://github.com/mishakorzik/AllHackingTools\"\u003eAllHackingTools\u003c/a\u003e\n\n--------------\n\n• [Headers](#111) • [Emphasis](#222) • [Lists](#333) • [Links](#444) \n• [Images](#555) • [Tables](#666) • [Blockquotes](#777) • [ticks](#999) • [Additional texts](#1100)\n\n• [raised text](#1000) • [Horizontal Rule](#888) \n• [Horizontal Rule](#888) • [text with slope](#1222) • [badges](#1333) • [menu of columns](#1444)\n\n\u003ca id=\"111\"\u003e\u003c/a\u003e\n\n## Example 1\n\n#### let's start with the text\n\n```\n# text 1\n## text 1\n### text 1\n#### text 1\n##### text 1\n###### text 1\n\nAlt-H1\n======\n\nAlt-H2\n------\n```\n\n# text 1\n## text 1\n### text 1\n#### text 1\n##### text 1\n###### text 1\n\nAlt-H1\n======\n\nAlt-H2\n------\n\n#### This is how example 1 works. The more grids, the less text. Okay, let's start with another test\n\n---\n\n\u003ca id=\"888\"\u003e\u003c/a\u003e\n\n## Example 2\n\n```\n---\n\nHyphens\n\n***\n\nAsterisks\n\n___\n\nUnderscores\n```\n\n#### you can now make lines that will separate the text\n\n--- \n\nHyphens\n\n***\n\nAsterisks\n\n___\n\nUnderscores\n\n#### the more stars or dashes, nothing will change, at least 3 dashes or asterisks.\n\n--- \n\n\u003ca id=\"1222\"\u003e\u003c/a\u003e\n\n## Example 3\n\n```\n_hello world!_\n\n# _hello world!_\n\n## _hello world!_\n\n### _hello world!_\n\n#### _hello world!_\n\n##### _hello world!_\n\n###### _hello world!_\n```\n#### to make the text in italics, you need to add underscores on the sides\n\n_hello world!_\n\n# _hello world!_\n\n## _hello world!_\n\n### _hello world!_\n\n#### _hello world!_\n\n##### _hello world!_\n\n###### _hello world!_\n\n#### That's how everything works, you can make the text large with a slope and small\n\n---\n\n\u003ca id=\"333\"\u003e\u003c/a\u003e\n\n## Example 4\n\n```\n\n* `Hi there! How are you?`\n\n`Hi there! How are you?`\n\n* It's a test\n\n* _this text is italic_\n\n```\n\n* `Hi there! How are you?`\n\n#### more text can be done without a dot but in a frame\n\n`Hi there! How are you?`\n\n#### or text without a border but with a period\n\n* It's a test\n\n* _this text is italic_\n\n#### Here is our text wrapped in a frame\n\n---\n\n\u003ca id=\"1000\"\u003e\u003c/a\u003e\n\n## Example 5\n\n```\n- I did not put an end\n\n- I did not put an end\n  - I did not put an end\n\n- I did not put an end\n  - I did not put an end\n    - no, well, I did not put a square\n\n```\n\n#### You can also put a dash instead of a period and make a list\n\n- that's what I put a risk\n\n___\n\n- that's what I put a risk\n  - that's what I put a risk\n    - no, well, I did not put a square\n\n_____\n\n\u003ca id=\"999\"\u003e\u003c/a\u003e\n\n## Example 6\n\n```\n\n- [x] desing\n- [x] Markdown\n- [ ] test text\n\n```\n\n- [x] desing\n- [x] Markdown\n- [ ] test text\n\n#### We proceed to Example 7\n\n---\n\n\u003ca id=\"777\"\u003e\u003c/a\u003e\n\n## Example 7\n\n```\n\n\u003e You can make columns\n\u003e\u003e And you can have two arrows\n\n\u003e **this is a test text**\n\n```\n\n\u003e You can make columns\n\u003e\u003e And you can have two arrows\n\n\u003e **this is a test text**\n\n#### We proceed to Example 8\n\n***\n\n\u003ca id=\"1100\"\u003e\u003c/a\u003e\n\n## Example 8\n\n#### Now I will be a little difficult because there will be many commands\n\n```\n\u003cdetails id=\"missing-code-coverage\"\u003e\n  \u003csummary\u003eTest Button\u003c/summary\u003e\n\nHello it's a test\n\nHello world! pass: 7586\n\n\u003c/details\u003e\n\n\n\n\u003cdetails id=\"missing-code-coverage\"\u003e\n  \u003csummary\u003eHelp Button\u003c/summary\u003e\n\n#### Hello it's a test button\n\n#### _this is not an auxiliary button :)_\n\n`Here, too, everything works and the tilt of the text and the point and frame`\n\n* `so everything is fine here!`\n\n\u003c/details\u003e\n\n```\n\n\u003cdetails id=\"missing-code-coverage\"\u003e\n  \u003csummary\u003eTest Button\u003c/summary\u003e\n\nHello it's a test\n\nHello world! pass: 7586\n\n\u003c/details\u003e\n\n\u003cdetails id=\"missing-code-coverage\"\u003e\n  \u003csummary\u003eHelp Button\u003c/summary\u003e\n\n#### Hello it's a test button\n\n#### _this is not an auxiliary button :)_\n\n`Here, too, everything works and the tilt of the text and the point and frame`\n\n* `so everything is fine here!`\n\n\u003c/details\u003e\n\n#### As you can see it turns out very nice and cool!\n\n---\n\u003ca id=\"5932\"\u003e\u003c/a\u003e\n\n\u003ca id=\"1333\"\u003e\u003c/a\u003e\n\n## Example 9\n\n```\n\u003cimg src=\"https://img.shields.io/badge/Build-passed-green.svg\" alt=\"passed\"\u003e \n\u003cimg src=\"https://img.shields.io/badge/Version-None-blue.svg\" alt=\"version\"\u003e \n\u003cimg src=\"https://img.shields.io/badge/license-GNU-orange.svg\" alt=\"license\"\u003e\n\n\u003cimg src=\"https://img.shields.io/badge/NAME-NAME-COLOR.svg\" alt=\"NAME\"\u003e \n\n\n```\n\n\u003cimg src=\"https://img.shields.io/badge/Build-passed-green.svg\" alt=\"passed\"\u003e \n\u003cimg src=\"https://img.shields.io/badge/Version-None-blue.svg\" alt=\"version\"\u003e \n\u003cimg src=\"https://img.shields.io/badge/license-GNU-orange.svg\" alt=\"license\"\u003e\n\n#### you can still make badges to make it beautiful\n\n-------\n\n\u003ca id=\"1444\"\u003e\u003c/a\u003e\n\n## Example 10\n\n```\n\u003ca id=\"5932\"\u003e\u003c/a\u003e\n\n\n\n\n\n[Options](#5932)\n\n\n\n\u003ca id=\"NUMBER\"\u003e\u003c/a\u003e\n[NAME](#NUMBER)\n\n```\n\n#### click on the word UP\n\n[UP](#5932)\n\n#### Where you put \u003ca id=\"NUMBER\"\u003e \u003c/a\u003e it will move to this command, but the command will not be visible\n\n#### I put next to the word Example 9\n\n********\n\n\u003ca id=\"666\"\u003e\u003c/a\u003e\n\n## Example 11\n\n#### Colons can be used to align columns.\n\n```\n| Tables        | total         | list  |\n| ------------- |:-------------:| -----:|\n| Green         | 788 and 1207  | 122   |\n| While         | 544 and 568   | 176   |\n| Yellow        | 282 and 775   | 212   |\n\n\nMarkdown | Less | Pretty\n--- | --- | ---\n*Still* | `renders` | **nicely**\n1 | 2 | 3\n```\n\n| Tables        | total         | list  |\n| ------------- |:-------------:| -----:|\n| Green         | 788 and 1207  | 122   |\n| While         | 544 and 568   | 176   |\n| Yellow        | 282 and 775   | 212   |\n\n#### the tables turn out very beautiful\n\nMarkdown | Less | Pretty\n--- | --- | ---\n*Still* | `renders` | **nicely**\n1 | 2 | 3\n\n_______\n\n\u003ca id=\"444\"\u003e\u003c/a\u003e\n\n## Example 12\n\n```\n[I'm an inline-style link](https://www.google.com)\n\n[I'm a reference-style link][Arbitrary case-insensitive reference text]\n\n[You can use numbers for reference-style link definitions][1]\n\nOr leave it empty and use the [link text itself]\n\nURLs and URLs in angle brackets will automatically get turned into links. \nhttp://www.example.com or \u003chttp://www.example.com\u003e and sometimes \nexample.com (but not on Github, for example).\n\nSome text to show that the reference links can follow later.\n\n[arbitrary case-insensitive reference text]: https://www.mozilla.org\n[1]: http://slashdot.org\n[link text itself]: http://www.reddit.com\n```\n\n[I'm an inline-style link](https://www.google.com)\n\n[I'm a reference-style link][Arbitrary case-insensitive reference text]\n\n[You can use numbers for reference-style link definitions][1]\n\nOr leave it empty and use the [link text itself]\n\nURLs and URLs in angle brackets will automatically get turned into links. \nhttp://www.example.com or \u003chttp://www.example.com\u003e and sometimes \nexample.com (but not on Github, for example).\n\nSome text to show that the reference links can follow later.\n\n[arbitrary case-insensitive reference text]: https://www.mozilla.org\n[1]: http://slashdot.org\n[link text itself]: http://www.reddit.com\n\n\n--------\n\n\u003ca id=\"222\"\u003e\u003c/a\u003e\n\n## Example 13\n\n```\nEmphasis, aka italics, with *asterisks* or _underscores_.\n\nStrong emphasis, aka bold, with **asterisks** or __underscores__.\n\nCombined emphasis with **asterisks and _underscores_**.\n\nStrikethrough uses two tildes. ~~Scratch this.~~\nEmphasis, aka italics, with asterisks or underscores.\n\nStrong emphasis, aka bold, with asterisks or underscores.\n\nCombined emphasis with asterisks and underscores.\n\nStrikethrough uses two tildes. Scratch this.\n``` \n\nEmphasis, aka italics, with *asterisks* or _underscores_.\n\nStrong emphasis, aka bold, with **asterisks** or __underscores__.\n\nCombined emphasis with **asterisks and _underscores_**.\n\nStrikethrough uses two tildes. ~~Scratch this.~~\nEmphasis, aka italics, with asterisks or underscores.\n\nStrong emphasis, aka bold, with asterisks or underscores.\n\nCombined emphasis with asterisks and underscores.\n\nStrikethrough uses two tildes. Scratch this.\n\n__________\n\n\u003ca id=\"555\"\u003e\u003c/a\u003e\n\n## Example 14\n\n```\nInline-style: \n![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png \"Logo 1\")\n\nReference-style: \n![alt text][logo]\n\n[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png \"Logo 2\"\n```\n\n#### you can also insert images\n\nInline-style: \n![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png \"Logo 1\")\n\nReference-style: \n![alt text][logo]\n\n[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png \"Logo 2\"\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmishakorzik%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmishakorzik%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmishakorzik%2Fmarkdown/lists"}