If one creates some formatted text such as:
<b>Some bold text</b>, <i>italic bit</i>, <u>underlined</u>
and <a href="http://www.site.com">a link</a>.<br><br>
Using the Kafenio editor and then selects this text and choose a
different alignment, such as centred all the formatting is lost in the
display and in the source. ie the above becomes:
<p align="center">Some bold text, italic bit, underlined and a
link.</p>
On other occassions the selected text, when centered is replaced
with:
<p align="center"><br></p>
losing all the text entered (or right aligned).