From cbc6245cc75eb1a411cd858e1189c5edc5094099 Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Sun, 7 Jun 2026 19:47:19 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20PC=20=EC=97=90=EB=94=94=ED=84=B0=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=8D=B8=EB=84=A4=EC=9D=BC=20?= =?UTF-8?q?=E2=80=94=20=ED=8E=B8=EC=A7=91=EC=B0=BD=20=EC=95=88=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=98=AC=EB=A6=B0=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 본문의 ![](url) 이미지를 파싱해 툴바 아래 썸네일 줄로 표시(서버URL·데이터URI 모두) - 미리보기 탭/패널 제거(한글 IME 위해 textarea 유지), 썸네일로 업로드 확인 Co-Authored-By: Claude Opus 4.8 --- src/components/editor/MarkdownEditor.vue | 119 ++++++++++------------- 1 file changed, 50 insertions(+), 69 deletions(-) diff --git a/src/components/editor/MarkdownEditor.vue b/src/components/editor/MarkdownEditor.vue index 7bf94e8..fa3407d 100644 --- a/src/components/editor/MarkdownEditor.vue +++ b/src/components/editor/MarkdownEditor.vue @@ -1,11 +1,10 @@