feat: modify shortcuts text

This commit is contained in:
QiShaoXuan
2022-12-29 16:57:56 +08:00
parent 526520046f
commit 189fd438ac
@@ -24,8 +24,9 @@ export const macMarkdownShortcuts = {
Italic: '*Text* ',
Underline: '~Text~ ',
Strikethrough: '~~Text~~ ',
Divider: '***',
'Inline code': '`Text` ',
'Code block': '``` Text',
'Code block': '``` Space',
'Heading 1': '# Text',
'Heading 2': '## Text',
'Heading 3': '### Text',