diff --git a/packages/app/src/components/example-markdown.ts b/packages/app/src/components/example-markdown.ts index 0e267cb6e..c41368cc3 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\`