Skip to main content

Menu

HomeAboutTopicsPricingMy Vault

Categories

🤖 Artificial Intelligence
☁️ Cloud and Infrastructure
💾 Data and Databases
💼 Professional Skills
🎯 Programming and Development
🔒 Security and Networking
📚 Specialized Topics
Home
About
Topics
Pricing
My Vault
© 2026 CheatGrid™. All rights reserved.
Privacy PolicyTerms of UseAboutContact

Markdown Cheat Sheet

Markdown Cheat Sheet

Tables
Back to Developer Tools

Markdown is a lightweight markup language created by John Gruber in 2004 for writing formatted text using plain-text editors. It's designed to be easy to read and write, converting seamlessly to HTML while remaining human-readable in its raw form. Markdown has become the de facto standard for documentation, README files, note-taking apps, static site generators, and content management systems. The CommonMark specification standardizes Markdown syntax, while GitHub Flavored Markdown (GFM) extends it with tables, task lists, strikethrough, and autolinks — features now widely adopted across platforms.

Share this article