Puts everything into a single line
-
Hi,
I was looking for a way to highlight posted code in pages/posts. I have installed this and it works great in highlighting but it puts all the text between the pre tags into a single line.
instead of having it like this
a = a +1;
b = a + 4;
c = a + b;
if ((q1 == true) || (q2 == true)) {
// Do work here
}it is displayed as
a = a +1; b = a + 4; c = a + b; if ((q1 == true) || (q2 == true)) { // Do work here }Is the way to sort this? or should I use a different plugin in which case does anyone have a recommendation
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Puts everything into a single line’ is closed to new replies.