Text formatting
The editor supports seven inline marks for formatting a span of text. You can apply them three ways: from the toolbar, from the text menu that floats over a selection, or by typing a markdown shortcut. Pick whichever fits your hand.
1 · How to apply a mark
Select a range of text and the text menu floats up automatically. Each mark has a button there — click to toggle on, click again to toggle off. The toolbar at the top of the editor has the same buttons; they affect the current selection too.
For the four marks that have markdown triggers (bold, italic, strikethrough, auto-link), you can also type the trigger as you write. See Input rules for the full list of markdown triggers.

2 · Available marks
strongHeavier weight. Use it for emphasis, headings within a paragraph, or terms you want a reader to spot at a glance.
Toolbar / text menu / **bold**
emSlanted style. Use it for titles, foreign-language words, or softer emphasis distinct from bold.
Toolbar / text menu / *italic* or _italic_
uA line under the text. Most common in formal documents and forms — distinguish required terms from regular prose.
Toolbar / text menu (no markdown trigger)
delA line through the text. Use it for removed items, corrected mistakes, or as a casual "crossed out" effect.
Toolbar / text menu / ~~strike~~
text_colorCustom color for the text itself. Pick any color from the picker; the value is stored as a hex code.
Text menu → color picker
bg_colorCustom highlight behind the text. Same picker as text color; useful for marking key terms or sections that need review.
Text menu → background picker
linkWraps text in an `<a>` tag. Links open in a new tab and carry `rel="noopener noreferrer"` automatically for safety. Set the URL from the link menu.
Text menu → link / type a URL + space

What's next
For the typing patterns that produce some of these marks automatically, head to Input rules, which covers every markdown shortcut the editor recognizes.