From ae342773dadbd2db7dfa879feabda518094dc28e Mon Sep 17 00:00:00 2001 From: CJSS Date: Tue, 25 Oct 2022 09:19:31 +0800 Subject: [PATCH] Update example-markdown.ts --- packages/app/src/components/example-markdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/components/example-markdown.ts b/packages/app/src/components/example-markdown.ts index 0e267cb6ec..c41368cc3c 100644 --- a/packages/app/src/components/example-markdown.ts +++ b/packages/app/src/components/example-markdown.ts @@ -50,7 +50,7 @@ There are also some things you should consider about this AFFiNE Alpha including 2. Italic: \`*text*\` 3. Underline: \`~text~\` 4. Strikethrough: \`~~text~~\` -5. Inline code: \`\` \`code\` \`\` +5. Inline code: \`\` \`text\` \`\` 6. Heading 1: \`# text\` 7. Heading 2: \`## text\` 8. Heading 3: \`### text\`