









This is a paragraph under H1. Bold text, italic text, and strikethrough.
Here is a blockquote:
"The digital garden is not just a collection of posts, but a web of interconnected thoughts."
— Unknown Gardener
The useState hook is essential. You can install via bun install.
TypeScript:
interface User {
id: number;
name: string;
}
function getUser(id: number): User {
return { id, name: "Alice" };
}Bash:
echo "Hello World" > hello.txt
ls -laJSON:
{
"project": "Amytis",
"version": "1.4.0"
}Inline math: E=mc2E = mc^2 and eiπ+1=0e^{iπ} + 1 = 0.
Block math:
1σ2πexp(−12(x−μσ)2)\frac{1}{\sigma\sqrt{2\pi}} \exp\left( -\frac{1}{2} \left( \frac{x-\mu}{\sigma} \right)^2 \right)
| Feature | Status | Notes |
|---|---|---|
| GFM | ✅ | Tables supported |
| Math | ✅ | KaTeX integration |
| Mermaid | ✅ | Native rendering |
This content is inside a raw HTML details tag with inline styles.
Here is a footnote reference1. And another one2.
This is the first footnote text. ↩
This is a second footnote with bold text. ↩
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。