Markdown Test
=============

This **file** is for _testing_ purposes of [yamp](https://github.com/angrykoala/yamp)

{{TOC}}

## C++ test code

```c++
#include <iostream>
using namespace std;

main(){
    cout<<"Test";
    return 0;    
}
```

{{include test2.md}}
