콜아웃 제목과 기본 아이콘 정리

This commit is contained in:
2026-06-04 15:40:43 +09:00
parent 67fbba3814
commit 94226423c7
17 changed files with 170 additions and 62 deletions

View File

@@ -94,10 +94,10 @@ export const MARKDOWN_SLASH_COMMANDS = [
{
id: 'callout',
label: '콜아웃',
description: '강조 안내(첫 줄: :::callout emoji=💡 bg=blue)',
description: '강조 안내(첫 줄: :::callout emoji=none bg=blue)',
keywords: ['callout', 'notice', 'info', '콜아웃'],
action: 'lines',
lines: [':::callout emoji=💡 bg=blue', '', ':::']
lines: [':::callout emoji=none bg=blue', '', ':::']
},
{
id: 'toggle',