An open API service indexing awesome lists of open source software.

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.

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