{"id":20615058,"url":"https://github.com/farooq85-dev/lets-learn-markdown.md-file-syntax","last_synced_at":"2025-03-06T18:44:27.560Z","repository":{"id":244888991,"uuid":"816265959","full_name":"Farooq85-dev/Lets-Learn-Markdown.md-file-Syntax","owner":"Farooq85-dev","description":"Motive of creating this Repository is to understand and learn about the Markdown file. It's a special feature in coding. Major cloud services such as github and bitbucket are using this feature. Thanks to @Ghousahmed.","archived":false,"fork":false,"pushed_at":"2024-06-18T03:21:34.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T04:15:31.793Z","etag":null,"topics":["markdown-lang","mdfile"],"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/Farooq85-dev.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":"2024-06-17T11:43:32.000Z","updated_at":"2024-10-07T16:25:16.000Z","dependencies_parsed_at":"2024-06-18T04:50:14.414Z","dependency_job_id":"4662211a-3ca3-47bf-91e4-e34ca96292c1","html_url":"https://github.com/Farooq85-dev/Lets-Learn-Markdown.md-file-Syntax","commit_stats":null,"previous_names":["farooq85-dev/lets-learn-markdown.md-file-syntax"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farooq85-dev%2FLets-Learn-Markdown.md-file-Syntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farooq85-dev%2FLets-Learn-Markdown.md-file-Syntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farooq85-dev%2FLets-Learn-Markdown.md-file-Syntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farooq85-dev%2FLets-Learn-Markdown.md-file-Syntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Farooq85-dev","download_url":"https://codeload.github.com/Farooq85-dev/Lets-Learn-Markdown.md-file-Syntax/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242269117,"owners_count":20100071,"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-lang","mdfile"],"created_at":"2024-11-16T11:14:16.455Z","updated_at":"2025-03-06T18:44:27.538Z","avatar_url":"https://github.com/Farooq85-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lets-Learn-Markdown.md\n\n### Hy! Welcome to this super guide to learn and understand the Markdown file Syntax.\n\nHere, in this section i will give you a short quick overview of Markdown file Syntax. How can we write the Markdown file? How can we improve our Readme file?\n\n### History of Markdown file\n\nThe Markdown language and its file extension .md were created in 2004 by John Gruber and Aaron Swartz.\n\n### Why they developed the Markdown language?\n\nThey wanted to develop a less complicated way of reading and writing in the plain text format, without heavy formatting instructions and tags. The two creators also implemented the option of converting .\n\n### Read these steps carefully:-\n\n1. It is necessary to give space after every symbol. Otherwise the given syntax will not work as expected.\n   Example:-\n   #Hy\n2. Use single hash or pound sign ( # ) to view the text as like ( h1 ) heading in HTML.\n   Example:-\n\n# Hy\n\n3. Use double hash or pound sign ( ## ) to view the text as like ( h2 ) heading in HTML.\n   Example:-\n\n## Hy\n\n4. Use tripple hash or pound sign ( ### ) to view the text as like ( h3 ) heading in HTML.\n   Example:-\n\n### Hy\n\n5. Use tripple Hyphens or underscores or staric symbols ( ---, \\_\\_\\_ ) to\n   create a horizental line.\n   Example:-\n\n   ***\n\n6. Use single Hyphen or Staric ( -, \\* ) to create the filled circle like list style type in HTML.\n   Example:-\n\n- JavaScript\n- Flutter\n\n7. Use double backtics ( ``) and write everything in this. It will create the gray background behind the written text.\n   Example:-\n\n`This is me Muhammad Farooq`\n\n8. Interesting for developers. Use tripple Backtics and also write everything in this. It will create the gray background behind the written text. like to write some code. Please, mention the Language name.\n\nExample:-\n\n```JavaScript\n\nlet className = \"Matric\";\nconsole.log(className);\n\n```\n\n9. Use square brackets []() and rounded brackets to create a link. Square brackets hold the text, the rounded brackets hold the link.\n   Example:-\n\n[Connect Me on Linkedin](https://www.linkedin.com/in/muhammad-farooq-b71886295/)\n\n[Connect Me on Github](https://github.com/Farooq85-dev)\n\n10. Use Exclamatory sign with square brackets and rounded brackets ![]() to embed the image. 11. Use the pipe sign and then write some text and then enclose the text with pipe sign. It will create the table like structure.\n    Example:-\n    | Serial No. | Class | Section |\n    | ---------- | ------ | ------- |\n    | 10001 | Matric | Super |\n    | 10002 | Matric | A+ |\n    | 10003 | Matric | D |\n\n11. Use greater than sign to create an amhasize an interesting note.\n    Example:-\n\n\u003e Hy I am passsionate developer from Pakistan.\n\n12. Use single hyphen with square brackets [] to create an unchecked box.\n    \u003e Example:-\n\n- [ ] India\n\n13. Use single hyphen with square brackets [] and write x in the square brackets to create an checked box.\n    \u003e Example:-\n\n- [x] Nepal\n\n14. Embed text in the double staric to create the bold\n    effect.\n    ** cv **\n15. Use HTML super and sub tag to create super and subscript text.\n\n---\n\n### Muhammad Farooq\n\n[Connect Me on Linkedin](https://www.linkedin.com/in/muhammad-farooq-b71886295/)\n\n[Connect Me on Github](https://github.com/Farooq85-dev)\n\n![My-Image](./assets/my-img.jpeg)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarooq85-dev%2Flets-learn-markdown.md-file-syntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarooq85-dev%2Flets-learn-markdown.md-file-syntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarooq85-dev%2Flets-learn-markdown.md-file-syntax/lists"}