remove content_tag from helpers examples
Nowaker opened this issue · 0 comments
Nowaker commented
Syntax <%= blah do %>
doesn't work. See middleman/middleman#1250.
This example should be removed from the docs. http://middlemanapp.com/basics/helpers/
<%= content_tag :p, :class => "stuff" do %>
Hello
<% end %>