2 Commits

Author SHA1 Message Date
854c53d50e test commit
Signed-off-by: a1012112796 <1012112796@qq.com>
2021-10-07 17:27:14 +08:00
8be74047e7 添加 '.gitea/ISSUE_TEMPLATE/test.md' 2020-09-12 19:59:33 +08:00
4 changed files with 9 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
-----
name: "test"
about: "This template is for testing!"
title: "[TEST] "
labels:
- bug
-----
This is the template!

View File

@@ -1,3 +1 @@
# test_repo test com
test repo

View File

@@ -1,12 +0,0 @@
without latex delimiters the =_{i=1}= in =\sum_{i=1}^n a_n= is interpreted as subscript.
we support =\(...\)=, =\[...\]=, =$$...$$= and =\begin{$env}...\end{$env}= as latex fragment delimiters.
- \sum_{i=1}^n a_n (without latex delimiter)
- \(\sum_{i=1}^n a_n\)
- \[\sum_{i=1}^n a_n\]
- $$\sum_{i=1}^n a_n$$
- \begin{xyz}\sum_{i=1}^n a_n\end{xyz}
- \begin{xyz}
\sum_{i=1}^n a_n
\end{xyz}
- $2 + 2$, $3 - 3$

4
add.c
View File

@@ -1,4 +0,0 @@
int add(int a, int b)
{
return a + b;
}