Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
Markaby::Builder.new({},self) do div.debug_block do h2 "Some errors found" p "Please check: " ul.error_list do object.errors.each do |str_n, error_msg| li "#{str_n}: #{error_msg}" end end end end
This paste will be private.
From the Design Piracy series on my blog: