I want to add a ¶ Plicrow sign (CSS entity 00B6) and the ↵ newline character (CSS entity 21B5) to my Froala Editor boxes so that my users can have some idea of what is going on. Other RT editors seem to provide this out of the box but, though I have found Froala to be an excellent and well-engineered product, this is missing.
I found this excellent SO answer visualize line-break and paragraph break with symbols in html similar to word. However, the cross-browser solution injects a span before the br's. I am looking at a contentEditable element housing a rich text editing plugin and I am wary that such an injection will mess up the content one way or another.
There is a working codepen here which uses the non-cross browser CSS only solution from the above question.
Sorry I can't provide a snippet as per my open question as follows...
Set up a SO snippet for Froala Editor.
This is what it looks like.
Question - how to get this behavior cross-browser with either a pure CSS solution or a js solution that will not screw up Froala.