Anyway to keep the formatting when switching from text box to CKViewer

0
Hi all,   We're currently trying to switch over to ckeditor and ckviewer so that our users have more options to format their text. The issue we're running into however seems to be that when you switch to ckviewer it seems to remove all the previous formatting of the text. So any paragraphs end up being merged into one block of text as my screenshot shows:   If anyone knows of a way to fix this that would be amazing, thanks.   Kind regards Nathan    
asked
1 answers
0

Hi Nathan,

 

I'm not 100% sure but I think you can make a correction flow to replace something like "\r\n" with <br>

answered