惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
博客园 - Franky
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
B
Blog RSS Feed
云风的 BLOG
云风的 BLOG
小众软件
小众软件
罗磊的独立博客
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
美团技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
C
Check Point Blog
WordPress大学
WordPress大学
博客园 - 【当耐特】
博客园 - 司徒正美
D
Docker

tanscp

科学驾驭你的身体电量 (Body Battery) - tanscp Code Block Features Showcase 通俗易懂的解释什么是Agent - tanscp i18n in a Static Next.js Blog: Client-Side Toggle vs URL-Based Routing Multimedia Showcase: Video, Podcasts & Embeds Syntax Highlighting Mathematical Notation Visuals and Diagrams System Architecture 101 Syntax Highlighting Showcase 中文测试文章 Part 2: Routing Mastery Part 1: Getting Started with Next.js 15 多语言测试并且要测试以下超长的标题看如何处理,如果太长的话要考虑方案: Amytis Digital Garden Mac 菜单栏武装计划:10 款免费开源的宝藏 App 推荐 Markdown Features Test Nested Image Test Legacy Markdown Support Asynchronous JavaScript QuickSort: An Algorithmic Deep Dive README Index Post Deeper Notes 在一个被屏幕和算法全面包围的时代,我们正逐渐失去对“注意力”的主权 - tanscp AI 是如何识别一只猫的?——图解神经网络的秘密 - tanscp 什么是真正的自我?它真的存在吗? - tanscp AI洞察从你的笔记中读出了什么? - tanscp 我尝试空腹有氧一个月后 - tanscp ISSUE 026 | 数独事件 - tanscp ISSUE 025|你喜欢哪个版本的自己? - tanscp ISSUE 024|认知失调 - tanscp
The Kitchen Sink: Comprehensive Feature Test
Amytis Team · 2026-01-21 · via tanscp

This is a paragraph under H1. Bold text, italic text, and strikethrough.

Heading Level 2

Here is a blockquote:

"The digital garden is not just a collection of posts, but a web of interconnected thoughts."

— Unknown Gardener

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Lists

Unordered

  • Item 1
  • Item 2
    • Nested Item 2.1
    • Nested Item 2.2
  • Item 3

Ordered

  1. Step One
  2. Step Two
  3. Step Three

Task List

  • Implement Markdown
  • Add Syntax Highlighting
  • Write Documentation

Code

Inline

The useState hook is essential. You can install via bun install.

Code Blocks

TypeScript:

interface User {
  id: number;
  name: string;
}

function getUser(id: number): User {
  return { id, name: "Alice" };
}

Bash:

echo "Hello World" > hello.txt
ls -la

JSON:

{
  "project": "Amytis",
  "version": "1.4.0"
}

Math (LaTeX)

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)


Diagrams (Mermaid)

Flowchart

Sequence Diagram


Images

Standard Markdown

Test SVG

Raw HTML (Quoted)

Small HTML Image

Photos from Public Directory

Antelope Canyon

Mountain Landscape

Lake View

Flowers

Cappadocia

Galaxy

Vibrant Waves (JPG format)

Vibrant Waves

Side by Side (Raw HTML)

Antelope Canyon Cappadocia


Tables

FeatureStatusNotes
GFMTables supported
MathKaTeX integration
MermaidNative rendering


HTML Components

Click to expand secret info

This content is inside a raw HTML details tag with inline styles.


Footnotes

Here is a footnote reference1. And another one2.

Footnotes

  1. This is the first footnote text. ↩

  2. This is a second footnote with bold text. ↩