https://github.com/jashkaran-joshi/markdown-guide
A beginner-friendly guide and reference to Markdown (.md) language, including examples, syntax explanations, and real use cases.
https://github.com/jashkaran-joshi/markdown-guide
github html markdown readme-md
Last synced: about 1 month ago
JSON representation
A beginner-friendly guide and reference to Markdown (.md) language, including examples, syntax explanations, and real use cases.
- Host: GitHub
- URL: https://github.com/jashkaran-joshi/markdown-guide
- Owner: Jashkaran-joshi
- Created: 2025-10-03T13:48:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T13:52:13.000Z (9 months ago)
- Last Synced: 2025-10-03T15:39:20.517Z (9 months ago)
- Topics: github, html, markdown, readme-md
- Homepage: https://www.markdownguide.org/
- Size: 2.94 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Markdown Guide
> A beginner-friendly repository to learn and practice **Markdown language (.md)**.
Markdown is a lightweight markup language that helps you format plain text for the web. Itβs widely used in GitHub READMEs, documentation, blogs, and note-taking apps.
---
## β¨ Features
- β
Complete Markdown syntax reference
- β
Step-by-step examples for each feature
- β
Cheatsheet for quick lookup
- β
Real-world usage examples
---
## π Topics Covered
- Headings
- Paragraphs & Line Breaks
- Emphasis (Bold, Italic, Strikethrough)
- Blockquotes
- Ordered & Unordered Lists
- Links & Images
- Inline & Block Code
- Tables
- Task Lists
- Emojis π
---
## π οΈ Getting Started
### Clone the Repo
```bash
git clone https://github.com/Jashkaran-joshi/Markdown-Guide.git
cd Markdown-Guide
```
### Open Files
Open the `.md` files in your favorite editor (VS Code, Obsidian, Typora) and use the **Markdown Preview** feature to see formatted output.
---
## π Project Structure
```
markdown-guide/
βββ README.md
βββ 01-headings.md
βββ 02-text-formatting.md
βββ 03-lists.md
βββ 04-links-images.md
βββ 05-code.md
βββ 06-tables.md
βββ 07-tasklists.md
βββ 08-advanced.md
βββ cheatsheet.md
```
---
## π Cheatsheet
A quick Markdown reference is available in [Home.md](./Home.md).
---
## π Contributing
Contributions are welcome!
If youβd like to add new examples or improve explanations, feel free to open a pull request.
---
## π License
MIT License Β© 2025