# Test Document with Special Syntax

## Section 1

> [!NOTE]
> This is a GitHub callout that should be preserved

::: tip 重要提示
這是一個 VuePress 容器
:::

Some text with inline math: $E = mc^2$

```javascript
console.log('Code block');
```

| Column 1 | Column 2 |
|----------|----------|
| Data     | Value    |

<!-- This is a comment -->

$$
\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
$$

!!! warning "警告"
這是一個 Admonition 容器