@willh/gemini-translator
Version:
A tool to translate SRT, WebVTT, ASS and Markdown files from English to Traditional Chinese using Google Gemini API
29 lines (20 loc) • 463 B
Markdown
# 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 容器