0%

The Tutorial

This is some sample

中文显示测试

中english混合显示

Elements


H2

H3

H4

Paragraph

Test link github

Bold

Italic

Underline

Deleted

inline code

reference

List Types

Ordered List

  1. list 1
  2. list 2
  3. list 3

Unordered List

  • list
  • list
  • list

Task List

  • task1
  • task2
  • taskk3

Table

Table Header 1 Table Header 2 Table Header 3
Division 1 Division 2 Division 3
Division 1 Division 2 Division 3
Division 1 Division 2 Division 3

Misc Stuff

sup: Loremsuperscript

sub: dolorsubscript

cite: cite

acronym: NBA

abbr: AVE

Images

This is a image test post.

Caption

Small Picture

Highlight

Normal block

1
alert('Hello world')
1
print('hello world')

Highlight block

1
alert('Hello world')
1
print('hello world')
1
2
3
def foo
puts 'foo'
end
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
string str;
foo(1, 2);
cout << "Hello World" << endl;
return 0;
}

MathJax