Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
mysql> select * from fact_names where id=23; +----+------------------+---------------------+ | id | name | updated_at | +----+------------------+---------------------+ | 23 | --- :_timestamp | 2008-07-07 18:42:54 | +----+------------------+---------------------+ mysql> select * from resources where host_id=1 and resources.id=151; +-----+------------+---------+---------+----------------+----------+------+---------------------+ | id | title | restype | host_id | source_file_id | exported | line | updated_at | +-----+------------+---------+---------+----------------+----------+------+---------------------+ | 151 | --- :main | Class | 1 | 2 | NULL | NULL | 2008-07-07 18:43:02 | +-----+------------+---------+---------+----------------+----------+------+---------------------+
This paste will be private.
From the Design Piracy series on my blog: