middleman/middleman-syntax

View on GitHub
fixtures/test-app/source/code.html.markdown

Summary

Maintainability
Test Coverage
# Ruby

~~~ruby
def foo(bar)
  puts "baz"
end
~~~

# Whatever

~~~
This is some code
~~~