콜아웃 제목과 기본 아이콘 정리
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user