Overview
Markdown is a simple way to format text on the computer. It's like using plain text, but with a few special symbols that help you create headings, lists, links, and more.
Why should you learn it?
It's commonly used for writing documents, creating websites, or formatting messages online. Markdown makes it easy to organize and style your text without needing to know complicated coding languages. So, it's a user-friendly way to make your writing look nice and organized without much effort!
How can I practice with it?
The best way to practice is by building projects! You can use this cheat sheet as reference for future projects, I'm sure you will do well! Also I structured this guide to be as clear as possible, by listing the element's name> providing the syntax > giving a real example with it.
- Markdown: Great Markdown guide. Includes Cheat Sheet, Basic Syntax, Extended Syntax, Tools, Hacks and even a Book!
- Beginner to advanced Markdown: Brief overview of the Markdown language, It's a great place to start!
- W3Schools Markdown Learn the basics of markdown.
- GitHub Docs: Official GitHub documentation for Markdown.
- markdown-here: Quick reference and showcase of the Markdown language.
- The Only Markdown Crash Course You Will Ever Need: In this course, you'll learn Markdown by writing it on the browser alongside the instructor. Great for beginners!