ci: add GitHub Actions workflows for upstream sync and release automation
This commit is contained in:
parent
0d201261c8
commit
5d421e8a76
7035 changed files with 106275 additions and 0 deletions
31
tests/e2e/output/comprehensive/documents/test.markdown
Normal file
31
tests/e2e/output/comprehensive/documents/test.markdown
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# 測試文件 Test Document
|
||||
|
||||
這是一個**多語言**測試文件。
|
||||
|
||||
## 中文內容
|
||||
繁體中文測試:台灣、香港、澳門
|
||||
簡體中文测试:北京、上海、广州
|
||||
|
||||
## English Content
|
||||
This is an English paragraph for testing.
|
||||
|
||||
## 日本語コンテンツ
|
||||
これは日本語のテスト段落です。
|
||||
|
||||
## 한국어 콘텐츠
|
||||
이것은 한국어 테스트 단락입니다.
|
||||
|
||||
### 表格 Table
|
||||
|
||||
| 語言 | Language | 問候 |
|
||||
|------|----------|------|
|
||||
| 中文 | Chinese | 你好 |
|
||||
| 英文 | English | Hello |
|
||||
| 日文 | Japanese | こんにちは |
|
||||
| 韓文 | Korean | 안녕하세요 |
|
||||
|
||||
### 代碼 Code
|
||||
|
||||
```javascript
|
||||
console.log("Hello, 世界!");
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue