This sample article verifies that the site's content loading works correctly.
The First Type
We will begin with a small example. Shiki also highlights inline code such as const answer = 42.
typescript
type Answer = {
value: number;
label: string;
};
const answer: Answer = {
value: 42,
label: "the answer",
};Mathematics
Euler's identity is displayed as inline mathematics.
The expression above is a block equation rendered with KaTeX.
Link Card
The standalone URL below becomes a link card using metadata fetched at build time.
GitHub - microsoft/TypeScript: TypeScript is a superset of JavaScript that compiles to clean JavaScript output.TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - microsoft/TypeScriptGitHubArticle Image
Images placed in the same directory as the Markdown file can also be displayed.

Loading comments.