Skip to content

Commit 2ad0de1

Browse files
committed
Update gfm.tsx
1 parent 0bfca42 commit 2ad0de1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

apps/website/app/components/gfm.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Section } from "./section";
22

33
const markdown = `# GitHub Flavored Markdown Features
44
5-
GFM extends standard Markdown with powerful features[^1]. Here's a comprehensive demo:
5+
GFM extends standard Markdown with powerful features. Here's a comprehensive demo:
66
77
## Tables
88
@@ -21,10 +21,7 @@ GFM extends standard Markdown with powerful features[^1]. Here's a comprehensive
2121
2222
## Strikethrough
2323
24-
~~Old approach~~ → New approach with AI models[^2]
25-
26-
[^1]: GitHub Flavored Markdown is a strict superset of CommonMark, maintained by GitHub.
27-
[^2]: Modern AI models provide more intelligent and context-aware solutions.
24+
~~Old approach~~ → New approach with AI models
2825
`;
2926

3027
export const GitHubFlavoredMarkdown = () => (

0 commit comments

Comments
 (0)