Markdown Editor

A sophisticated writing environment with real-time preview.

ads_click
広告 / Advertisement
Preview will appear here...

How to use Markdown Editor

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.

Keyboard Shortcuts

  • Ctrl + B : Bold
  • Ctrl + I : Italic
  • Ctrl + K : Link
  • Ctrl + Alt + C : Code Block
  • Ctrl + Shift + C : Copy Markdown

Markdown Syntax Reference

Element Syntax Preview (Example)
Heading # 見出し1
## 見出し2

見出し

Emphasis **太字** / *斜体*
~~打ち消し線~~
太字 / 斜体 / 打ち消し
List - 箇条書き
1. 番号付き
  • リスト項目
Checklist - [ ] 未完了
- [x] 完了
Quote > 引用メッセージ
引用文
Link/Image [文言](URL)
![代替Text](URL)
リンク例
Code `inline code`
```lang\ncode\n```
code
Other --- (水平線)
テーブル記法