File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
apps/website/app/components Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Section } from "./section";
22
33const 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
3027export const GitHubFlavoredMarkdown = ( ) => (
You can’t perform that action at this time.
0 commit comments