多文章及Markdown语法测试
Opened this issue · 1 comments
hiyouga commented
Leave none comment……
大标题
中标题
小标题
很小的标题
加粗文本
倾斜文本
删除文本
引用
多行
单行代码:
#include <iostream>
多行代码:
num1 = input("The first number is")
num2 = input("The second number is")
avg = (float(num1) + float(num2)) / 2
print("The average number is %f" %avg)
C++:
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
long long n, m;
cin >> n >> m;
if(n < 27){
while((m - (1<<n)) >= 0){
m -= (1<<n);
}
}
cout << m << endl;
}
Html:
<div class="test">
<span>Test</span>
</div>
特定语言:
if (isAwesome){
return true
}
- 无序列表
- ooo
- 有序列表
- two
- three
Emoji::sparkles:
数学公式:
表格:
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
文件:
cppWheel.docx
hiyouga commented
回复测试
多行
EOF