Hi all,
Type \underline
press Enter and type aaaaa
and it displays as underlined text.
It displays as <underline|aaaaa>
in source view, as expected.
However, after converted to HTML, I only get
<p>
aaaaa
</p>
so the formating is lost.
I wish it could be converted to
<p>
<u>aaaaa</u>
</p>
or
<p style="text-decoration:underline">
aaaaa
</p>
Best Regards