Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
## layouts/box.erb <div class="box"> <%= yield %> </div> ## layouts/default.erb <% render 'box' do %> <p>This is some pretty content to put in a box.</p> <% end %> ## result <div class="box"> <p>This is some pretty content to put in a box.</p> </div>
This paste will be private.
From the Design Piracy series on my blog: