Merge pull request #620 from toeverything/feat/modify-shortcuts

feat: modify shortcuts text
This commit is contained in:
Qi
2022-12-29 17:03:06 +08:00
committed by GitHub

View File

@@ -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',