πŸ“– Understand it in 3 minutes

Markdown
What is it, exactly?

In short, it's a simple way to write nicely formatted documents without a word processor. As easy as sending a text message, but the document comes out clean and organized.

One-sentence summary

You just type; formatting takes care of itself

Imagine writing a Word document: you have to set font sizes, pick heading styles, adjust line spacing, insert a table of contents… before you've even started writing, you've spent half an hour formatting.

Markdown is different. You just add a few simple symbols before and after your text, and it automatically becomes a heading, list, bold text, or link. No mouse clicking needed; your hands never leave the keyboard.

Even better, Markdown files are plain text, so they're tiny and can be opened on any computer or phone. You can easily convert them to web pages, PDFs, Word documents, or publish them directly to a blog.

Why do so many people love it?

Three reasons programmers, writers, and students use it

✍️

Dead Simple

You only need to remember 5 symbols (#, *, -, [], !) to write clearly structured documents. Learn in 10 minutes, benefit forever.

🎯

Focus on Content

No more fussing over fonts, colors, or spacing. Just write your ideas; formatting happens automatically, so you can focus on writing.

🌍

Works Everywhere

GitHub, Notion, blogs… almost every platform supports it. Write once, use everywhere.

Common Syntax at a Glance

After this table, you're already halfway there

Effect you want What you type
Big heading # This is a level-1 heading
Small heading ## This is a level-2 heading
Bold text **This is bold**
Italic text *This is italic*
  • List item 1
  • List item 2
- List item 1
- List item 2
Clickable link [Click here](http://example.com)
Inline code `inline code`
Quoted text
> Quoted text

πŸ’‘ Tip: For everyday writing, the 8 rules above are enough. You can explore advanced features (tables, task lists, footnotes) later once you're comfortable.

How is it different from ordinary documents?

πŸ“„

Traditional Word Documents

  • βœ• Need Office or WPS installed
  • βœ• Formatting is time-consuming and easy to mess up
  • βœ• Large files often exceed email attachment limits
  • βœ• Formatting may break on different computers
πŸ“

Markdown Documents

  • βœ“ Open and edit with any text editor
  • βœ“ Type to format, focus on the content
  • βœ“ Plain text, file size is negligible
  • βœ“ Looks the same on every device

Ready to give it a try?

mdview is a small tool that lets you double-click Markdown files on Windows to preview them. No configuration, just download and use.