@willh/gemini-translator
Version:
A tool to translate SRT, WebVTT, ASS and Markdown files from English to Traditional Chinese using Google Gemini API
30 lines (19 loc) • 323 B
Markdown
# Test Markdown
This is a test document to verify debug functionality.
## Lists and Code
- Item 1
- Item 2
```javascript
console.log("hello");
```
### Links
Check this [link](https://example.com).
## Special Syntax
::: tip
This is a tip box
:::
Some math: $E = mc^2$
```python
def hello():
print("world")
```