I am using the TEXT datatype to store formatted text. The problem is, the formatting is lost once MySQL spits the data back out.Any idea on how I can preserve formatting? I've searched everywhere for the solution to no avail.EDIT: I'm using Ruby on Rails for this, so I don't think that PHP...
More...