When trying to show code in <code>, the new lines showed as spaces/tabs.
Here's what I input:
[code]k i l m [/code]
(Except <> instead of [])
And here's what I get as output:
k i l m
I've tried inserting it with JS using \n, \r, and \r\n.
` will suite you? – Max Novich Jul 26 '15 at 10:34