Skip to Main Content

Feedback

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Text formats as published and in the WYSIWYG text editor may differ

user9540031Mar 3 2023 — edited Mar 3 2023

Every now and then some text formats which look fine in the WYSIWYG editor are no longer formatted as expected once the post/comment is published. This post is an attempt to reproduce a few simple cases—I've seen other cases which I could not reproduce.

-----vvvv----- Test samples after this line -----vvvv-----

Mixing code_**formatting** and bold doesn't work well.

#! /bin/ksh
# Look carefully how this shell script will turn out

set -o nounset
[[ $# -lt 1 ]] && { print -u2 “bad args” ; exit 1 ; }

## End of script

SQL> select count(*) as cnt from dual;

   CNT  

----------
1

1 row selected.

-----^^^^----- Test samples before this line -----^^^^-----

Let's see… Here's what is shown in the WYSIWYG editor right now:

About to submit the post now.

Regards,

Comments
Post Details
Added on Mar 3 2023
2 comments
33 views