cdoc-parser 0.10.0-alpha

A markdown-based document parser with custom syntax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#func

#func_param(p1, x=p2)

#func_body{
hello there
}

#func_all(p1, x=p2){
hello there
}

#func_inner{
`#func`
#inner{
$math$
}
}