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
BIN
tests/e2e/output/comprehensive/documents/pandoc_output.docx
Normal file
BIN
tests/e2e/output/comprehensive/documents/pandoc_output.docx
Normal file
Binary file not shown.
BIN
tests/e2e/output/comprehensive/documents/pandoc_output.epub
Normal file
BIN
tests/e2e/output/comprehensive/documents/pandoc_output.epub
Normal file
Binary file not shown.
45
tests/e2e/output/comprehensive/documents/pandoc_output.html
Normal file
45
tests/e2e/output/comprehensive/documents/pandoc_output.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<h1 id="測試文件-test-document">測試文件 Test Document</h1>
|
||||
<p>這是一個<strong>多語言</strong>測試文件。</p>
|
||||
<h2 id="中文內容">中文內容</h2>
|
||||
<p>繁體中文測試:台灣、香港、澳門 簡體中文测试:北京、上海、广州</p>
|
||||
<h2 id="english-content">English Content</h2>
|
||||
<p>This is an English paragraph for testing.</p>
|
||||
<h2 id="日本語コンテンツ">日本語コンテンツ</h2>
|
||||
<p>これは日本語のテスト段落です。</p>
|
||||
<h2 id="한국어-콘텐츠">한국어 콘텐츠</h2>
|
||||
<p>이것은 한국어 테스트 단락입니다.</p>
|
||||
<h3 id="表格-table">表格 Table</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>語言</th>
|
||||
<th>Language</th>
|
||||
<th>問候</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>中文</td>
|
||||
<td>Chinese</td>
|
||||
<td>你好</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>英文</td>
|
||||
<td>English</td>
|
||||
<td>Hello</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>日文</td>
|
||||
<td>Japanese</td>
|
||||
<td>こんにちは</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>韓文</td>
|
||||
<td>Korean</td>
|
||||
<td>안녕하세요</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="代碼-code">代碼 Code</h3>
|
||||
<div class="sourceCode" id="cb1"><pre
|
||||
class="sourceCode javascript"><code class="sourceCode javascript"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="bu">console</span><span class="op">.</span><span class="fu">log</span>(<span class="st">"Hello, 世界!"</span>)<span class="op">;</span></span></code></pre></div>
|
||||
45
tests/e2e/output/comprehensive/documents/pandoc_output.latex
Normal file
45
tests/e2e/output/comprehensive/documents/pandoc_output.latex
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
\section{測試文件 Test
|
||||
Document}\label{ux6e2cux8a66ux6587ux4ef6-test-document}
|
||||
|
||||
這是一個\textbf{多語言}測試文件。
|
||||
|
||||
\subsection{中文內容}\label{ux4e2dux6587ux5167ux5bb9}
|
||||
|
||||
繁體中文測試:台灣、香港、澳門 簡體中文测试:北京、上海、广州
|
||||
|
||||
\subsection{English Content}\label{english-content}
|
||||
|
||||
This is an English paragraph for testing.
|
||||
|
||||
\subsection{日本語コンテンツ}\label{ux65e5ux672cux8a9eux30b3ux30f3ux30c6ux30f3ux30c4}
|
||||
|
||||
これは日本語のテスト段落です。
|
||||
|
||||
\subsection{한국어 콘텐츠}\label{uxd55cuxad6duxc5b4-uxcf58uxd150uxce20}
|
||||
|
||||
이것은 한국어 테스트 단락입니다.
|
||||
|
||||
\subsubsection{表格 Table}\label{ux8868ux683c-table}
|
||||
|
||||
{\def\LTcaptype{none} % do not increment counter
|
||||
\begin{longtable}[]{@{}lll@{}}
|
||||
\toprule\noalign{}
|
||||
語言 & Language & 問候 \\
|
||||
\midrule\noalign{}
|
||||
\endhead
|
||||
\bottomrule\noalign{}
|
||||
\endlastfoot
|
||||
中文 & Chinese & 你好 \\
|
||||
英文 & English & Hello \\
|
||||
日文 & Japanese & こんにちは \\
|
||||
韓文 & Korean & 안녕하세요 \\
|
||||
\end{longtable}
|
||||
}
|
||||
|
||||
\subsubsection{代碼 Code}\label{ux4ee3ux78bc-code}
|
||||
|
||||
\begin{Shaded}
|
||||
\begin{Highlighting}[]
|
||||
\BuiltInTok{console}\OperatorTok{.}\FunctionTok{log}\NormalTok{(}\StringTok{"Hello, 世界!"}\NormalTok{)}\OperatorTok{;}
|
||||
\end{Highlighting}
|
||||
\end{Shaded}
|
||||
BIN
tests/e2e/output/comprehensive/documents/pandoc_output.odt
Normal file
BIN
tests/e2e/output/comprehensive/documents/pandoc_output.odt
Normal file
Binary file not shown.
43
tests/e2e/output/comprehensive/documents/pandoc_output.rst
Normal file
43
tests/e2e/output/comprehensive/documents/pandoc_output.rst
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
測試文件 Test Document
|
||||
======================
|
||||
|
||||
這是一個\ **多語言**\ 測試文件。
|
||||
|
||||
中文內容
|
||||
--------
|
||||
|
||||
繁體中文測試:台灣、香港、澳門 簡體中文测试:北京、上海、广州
|
||||
|
||||
English Content
|
||||
---------------
|
||||
|
||||
This is an English paragraph for testing.
|
||||
|
||||
日本語コンテンツ
|
||||
----------------
|
||||
|
||||
これは日本語のテスト段落です。
|
||||
|
||||
한국어 콘텐츠
|
||||
-------------
|
||||
|
||||
이것은 한국어 테스트 단락입니다.
|
||||
|
||||
表格 Table
|
||||
~~~~~~~~~~
|
||||
|
||||
==== ======== ==========
|
||||
語言 Language 問候
|
||||
==== ======== ==========
|
||||
中文 Chinese 你好
|
||||
英文 English Hello
|
||||
日文 Japanese こんにちは
|
||||
韓文 Korean 안녕하세요
|
||||
==== ======== ==========
|
||||
|
||||
代碼 Code
|
||||
~~~~~~~~~
|
||||
|
||||
.. code:: javascript
|
||||
|
||||
console.log("Hello, 世界!");
|
||||
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, 世界!");
|
||||
```
|
||||
35
tests/e2e/output/comprehensive/documents/test.md
Normal file
35
tests/e2e/output/comprehensive/documents/test.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 測試文件 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