Basic text styles
The basic style feature acts as the base for the editor toolset. It provides the most frequently used formatting essential to content creation, such as bold, italic, underline, strikethrough, subscript, superscript, and code.
You can apply basic formatting using the toolbar buttons or the autoformatting options. Some styles can also be applied using keyboard shortcuts. You can remove basic text style using the remove format option.
Apply basic text styles using toolbar buttons
Bold: Use the bold button (B) on the toolbar.
Italic: Use the Italic button ( I ) on the toolbar.
Strikethrough: Use the strikethrough button ( S ) on the toolbar.
Underline: Use the underline button ( U ) on the toolbar.
Code: Use the inline code button ( <> )on the toolbar.
Subscript: Use the subscript button on ( X2 ) the toolbar.
Superscript: Use the superscript ( X2 ) on the toolbar.
Apply basic text styles using markdown-like codes (Autoformatting)
Bold: **text** or __text__,
Italic: *text* or _text_,
Strikethrough: ~~text~~.
Code: `text`
Apply basic text styles using keyboard shortcuts
Bold: Use Ctrl+B on PC and Cmd+B on Mac
Italic: Use Ctrl+I on PC and Cmd+I on Mac

Type around inline code
To type inside a code element, move the caret to its (start or end) boundary. Typing and applying formatting will be done within its boundaries, as long as the code remains highlighted.

To type before or after a code element, move the caret to its boundary, then press the Arrow key (→ or ←) once. Whatever text you type or formatting you apply will not be highlighted and enclosed by the code element.
