View the playbook generated by this repo at http://sopro.guide
You can also find it at http://societypro.github.io/playbook/
You first need npm and nodejs.
npm install -g grunt-cli
git clone https://github.com/SocietyPro/playbook.git
cd playbook/src
npm install
grunt
cd ..
http-server
firefox localhost:8080
Open src/index.jade
and edit it to include your markdown.
In general you will add a line like: include:md teamwork/test.md
.
See also: jade reference, markdown reference