middleman/middleman-syntax

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

Summary

Maintainability
Test Coverage
# Ruby with no line numbers

~~~ruby?line_numbers=false
def foo(bar)
  puts "baz"
end
~~~