-鱼传尺愫的回答
I am loading some content inside an iframe. I want this content to behave as-if it was inside a tag - namely for it to respect line breaks. I am using
Try setting the element's white-space style to a value of pre.
white-space
pre
body { white-space: pre; }