Xem trước Markdown
Trình soạn thảo Markdown thời gian thực với xem trước trực tiếp theo phong cách GitHub
Trình soạn thảo Markdown
ToolScreens.livePreviewGitHub Flavored
Welcome to Markdown Preview!
Basic Syntax
Here's some bold and italic text.
Lists
- First item
- Second item
- Unordered sub-item
- Another sub-item
Links & Images
Code
Inline code looks like this.
// A code block
function hello() {
console.log("Hello, world!");
}
Blockquotes
This is a blockquote. It can span multiple lines.
Tables (GitHub Flavored)
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |