Linux Lite Forums

Full Version: Using code tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it just me doing something stupid or is anyone else having problems with code tagging apparently replacing LF with space ?

The code tagging appears correct when editing, but on preview and after posting, the code text is all on one line.  This worked as expected until fairly recently.

Three examples of posting the same text

untagged
line 1
line 2
line 3
line 4
line 5

using Code tags
Code:
line 1 line 2 line 3 line 4 line 5

Using quote tags
Quote:line 1
line 2
line 3
line 4
line 5


Edit - Looking through some old posts it looks like it is affecting them as well.  Anything with multiple lines of tagged code appears to have lost the LF.
Let me know if that fixed it.
Yes that's sorted.
Checked a couple of the historical posts and they are displaying correctly again.

Thank you
Thanks for the report.