Hello, Apex Experts,
I am using Apex 22.2 on apex.oracle.com
On one of my pages, I use "Rich Text Editor" to allow users to type in comments.
Afteryou type the first line, then hit enter, the cursor moved to a new line, but that new line has so much space from the first line, appearantly there is a blank line in between, yet when you move cursor, you can tell there is no blank line in between, but it doesn't look neat:
hello1
hello2
hello3
If you copy the block above to notepad, you can see there is a blank line in between.
So how to remove this extra blank line in between? It will be saved as Markdown in DB, and later display in a classic report as Markdown.
Thank you so much!
Larry