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,