Returns:
21 22 23
# File 'lib/middleman-mdocs/resource.rb', line 21 def html? @html ||= destination_path.end_with?('.html') end