Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
// transform: <route pattern="^/$" module="Default" action="Index"/> <route pattern="^/adduser$" module="Default" action="AddUser" name="AddUserIndex"/> // into: <route pattern="^$" module="Default" name="default"> <route pattern="^/adduser$" action="AddUser" name=".adduser"/> </route>
This paste will be private.
From the Design Piracy series on my blog: