mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-04 07:41:50 +08:00
feat: modify shortcuts text
This commit is contained in:
@@ -24,8 +24,9 @@ export const macMarkdownShortcuts = {
|
|||||||
Italic: '*Text* ',
|
Italic: '*Text* ',
|
||||||
Underline: '~Text~ ',
|
Underline: '~Text~ ',
|
||||||
Strikethrough: '~~Text~~ ',
|
Strikethrough: '~~Text~~ ',
|
||||||
|
Divider: '***',
|
||||||
'Inline code': '`Text` ',
|
'Inline code': '`Text` ',
|
||||||
'Code block': '``` Text',
|
'Code block': '``` Space',
|
||||||
'Heading 1': '# Text',
|
'Heading 1': '# Text',
|
||||||
'Heading 2': '## Text',
|
'Heading 2': '## Text',
|
||||||
'Heading 3': '### Text',
|
'Heading 3': '### Text',
|
||||||
|
|||||||
Reference in New Issue
Block a user