I see the new edition says it allows inline styling (presumably for bolding/italicizing/etc. specific words in text boxes?). How does one accomplish this? I don't see any GUI for it. Is it using a type of Markdown?
It's Inline CSS on HTML tags, example: <span style="color: #0000ff;">This is inline styling</span> (Makes the text blue).