Markdown Test
This is a test of Markdown integration with Generator
// Sass Test
// Whatever goes next to the fence is what gets added as a class
@import "breakpoint";
$dist: 500px;
#foo {
@include breakpoint($dist) {
content: 'Hello World';
}
}