Tested tool guide
Text and writing tools
Checked August 16, 2026
What Rich Text Editor does, with a checked example
Type or paste text, then style it with the toolbar: bold, italic, headings, bulleted or numbered lists, and links. Formatting renders in place, so the document you see is the document you export. The surprise for most users is the plain-text export: it keeps only the characters. Bold phrases and headings come back as unformatted text, list markers flatten, and link URLs vanish, because plain text cannot represent formatting. When the styling matters, choose HTML export instead and paste the markup into email, a CMS, or a web page.
Worked example
A concrete input and expected output from the current implementation.
Input
Q3 revenue rose 12% year over year.
->
Expected output
Q3 revenue rose 12% year over year.
With the words "rose 12%" set bold in the editor, the plain-text export keeps only the characters: bold, italic, and heading styles do not exist in that format, so the output is the visible sentence with every style stripped. The same sentence exported as HTML would carry the emphasis as tags instead.