Line breaks missing from my formatted code within LearnDash
-
Within a question I need to format Java source code, like:
[code lang="java"]
while (a < 10) {
a += 1;
}
[/code]The result is formatted on just ONE line.
The topic ‘Line breaks missing from my formatted code within LearnDash’ is closed to new replies.