yaaay
on a sidenote, i didnt mention though that pre does other things, it keeps whitespace and writes in a monospace font
to keep whitespace replace " " with " " and similar with tabs (4 or 8 spaces, or theres probably a tab in the iso character table somewhere)
note: one space is fine, so
Code:
" " = " "
" " = " "
" " = " "
so it would be more efficient to just replace " " with " "
i think
monospace fonts can be done by using a monospace font (ie courier [use this its the standard one], courier new, lucidia console) or typewriter tags (<tt>..</tt>)