A sophisticated writing environment with real-time preview.
This editor converts Markdown syntax into HTML in real-time and displays a preview.
Use the toolbar at the top to insert bold text, lists, code blocks, etc., with one click. When finished, use the "Copy Markdown" or "Copy HTML" buttons to copy the content to your clipboard.
| Element | Syntax | Preview (Example) |
|---|---|---|
| Heading | # 見出し1## 見出し2 |
見出し |
| Emphasis | **太字** / *斜体*~~打ち消し線~~ |
太字 / 斜体 / |
| List | - 箇条書き1. 番号付き |
|
| Checklist | - [ ] 未完了- [x] 完了 |
|
| Quote | > 引用メッセージ |
引用文 |
| Link/Image | [文言](URL) |
リンク例 |
| Code | `inline code````lang\ncode\n``` |
code |
| Other | --- (水平線)テーブル記法 |