Thread Starter
ramod8
(@ramod8)
The newlines are being saved, but they are not visualised. You need to convert the newlines to <br> tags.
I ended up using this styling rules to show the newlines
/*Show newlines in comments*/
.comment-content.ama-question-content, .comment-content.ama-answer-content {
white-space: pre-line;
}