글쓰기 태그 제한과 표 기능 추가

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-09 17:10:16 +09:00
parent ed30926250
commit 95d234a625
24 changed files with 560 additions and 54 deletions

View File

@@ -75,6 +75,14 @@ export const MARKDOWN_SLASH_COMMANDS = [
action: 'lines',
lines: ['- ']
},
{
id: 'table',
label: '표',
description: '기본 3열 표',
keywords: ['table', '표', '테이블'],
action: 'lines',
lines: ['| 제목 | 제목 | 제목 |', '| --- | --- | --- |', '| 내용 | 내용 | 내용 |']
},
{
id: 'code',
label: '코드',