雲海工具箱
EN
Toggle theme
首頁
/
Markdown 編輯器
Markdown 編輯器
分享
← 返回
Markdown 編輯器 可直接在瀏覽器中使用,讓你不用安裝額外軟體就能快速完成常見任務。
免費使用
瀏覽器即可開啟
可直接分享網址
複製 Markdown
複製 HTML
編輯器
# Welcome to Markdown Editor ## Features - **Bold**, *italic*, and `inline code` - [Links](https://example.com) and images - Lists, blockquotes, and more ## Code Block ```javascript function greet(name) { return `Hello, ${name}!`; } ``` ## Table | Feature | Status | |---------|--------| | Bold | ✅ | | Italic | ✅ | | Tables | ✅ | ## Blockquote > The best way to predict the future is to invent it. > — Alan Kay --- Enjoy writing in **Markdown**! 🎉
預覽