.prewrap { white-space: pre-wrap; }

/* 小细节：让链接更稳一点 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
