Skip to content

vivek-singh2/egs1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌟 Markdown Full Example

Markdown Logo

πŸ“Œ A complete Markdown example demonstrating all features in one file.


πŸ“œ Table of Contents


βœ… Features

βœ”οΈ Headings (#)
βœ”οΈ Text Formatting (*, **, ~~)
βœ”οΈ Lists (-, *, 1.)
βœ”οΈ Tables (| |)
βœ”οΈ Blockquotes (>)
βœ”οΈ Code Blocks (code)
βœ”οΈ Images (![Alt Text](URL))
βœ”οΈ Links ([text](URL))
βœ”οΈ Task Lists (- [ ])
βœ”οΈ Horizontal Lines (---)
βœ”οΈ Emojis (πŸš€)


πŸ“Œ Text Formatting

Italic
Bold
Bold & Italic
Strikethrough

"Markdown makes formatting easy!"


πŸ“¦ Lists

Unordered List

  • Item 1
  • Item 2
    • Sub-item 1
    • Sub-item 2

Ordered List

  1. First item
  2. Second item
    1. Sub-item 1
    2. Sub-item 2

πŸ“Š Tables

Name Age City
Alice 25 New York
Bob 30 London
Charlie 28 Paris

πŸ“œ Blockquotes

Markdown is powerful!
"The quick brown fox jumps over the lazy dog."


πŸš€ Code Blocks

JavaScript

function greet(name) {
  return `Hello, ${name}!`;
}
console.log(greet("World"));

About

Training repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published