Compare Markdown and HyperText Markup Language formats — understand the key differences and when to use each
Markdown
MD (Markdown) is a lightweight markup language created by John Gruber in 2004. Markdown uses plain text formatting syntax (#, *, -, etc.) that converts to HTML. It's the standard format for README files, documentation, technical writing, and note-taking. Markdown is used by GitHub, GitLab, Stack Overflow, Reddit, Discord, and thousands of other platforms. Various flavors exist including CommonMark, GitHub Flavored Markdown (GFM), and MultiMarkdown.
HyperText Markup Language
HyperText Markup Language (.html) is a document file format.
| Feature | MD | HTML |
|---|---|---|
| Full Name | Markdown | HyperText Markup Language |
| File Extension | .md | .html |
| Category | document | document |
| Free to Convert | ✓ Yes | ✓ Yes |
| Browser Support | ✓ All Browsers | ✓ All Browsers |
| Convert to Each Other | ✓ Yes | ✓ Yes |
或将文件拖放到此处
最大文件大小:2GB