Hello, world
This is a smoke-test post for the new blog. If you can read this on the live site, the build and deploy pipeline works.
中文排版测试
这是一段中文文本,用来验证 CJK 字体回退和基本排版。混排的 English words 和标点符号(例如:全角括号、逗号,以及句号。)也应该正常显示。
Here is a code block:
export function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('世界'));
And an external link: Astro documentation.