测试

测试标题

公式

$s=\sum_{i=0}^N a_i$

$$s=\int_0^xf(x)dx$$

code

func main(){
    fmt.Println("hello world")
}
func Foo(){
    //..
}
class A:
    def __init__(self,a,b,c,*arg):
        self.foo()
        ##
 	def foo(self,..):
        #...
        pass
class B(A):
    def __init__(self,a,b,c,*arg):
        super(a,b,c,*arg)
	
if __name__=="__main__":
	print("hello world")
	a=[1,2,4,6]
	b=[i*i for i in a]
	
function foo(){
    ...arguments
}
const bar=function(){
    //..
}
const bar2=()=>{
    
}

foo.bind(thisobj,arg1,arg2,....)


title

###image

image-20191220151415245

alink

anotherlink

table

head a b
row1 1 1
row2 1 1
row3 3 3

list

  • item1
  • item2
  • i3
  • i4
  1. i21
  2. i22
  3. i23