Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
view.json.php: { "Entry 1":"These are the details for ToDo nr. 1", "Entry 2":"These are the details for ToDo nr. 2" } view.html.php: <table> <tr> <td>Entry 1</td> <td>These are the details for ToDo nr. 1</td> </tr> <tr> <td>Entry 2</td> <td>These are the details for ToDo nr. 2</td> </tr> </table>
This paste will be private.
From the Design Piracy series on my blog: