📅 2018年10月20日

Understanding Markdown: A Quick Guide

Markdown is a lightweight markup language for creating formatted text using a plain-text editor.

Why use Markdown?

  • It’s easy to learn
  • You can write anywhere – from Notepad to VS Code
  • Perfect for writing blogs, READMEs, docs, and more

Basic Syntax

Here are a few examples:

# Heading 1
## Heading 2
**Bold**
*Italic*
[Link](https://example.com)
- Bullet list item

🔗 相关阅读

感谢您的阅读!如果觉得这篇文章有帮助,欢迎分享给更多人。