> ## Documentation Index
> Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Text Formatting

> Select text to open the floating toolbar and apply inline formatting, links, and block conversions.

## Selection toolbar

Whenever you select text in the editor, a **floating toolbar** appears just above the selection. It gives you quick access to inline marks and block-type conversion.

```
[ Turn into ▾ ] [ B ] [ I ] [ U ] [ S ] [ <> ] [ 🔗 ]
```

***

## Inline marks

| Mark              | Button | Shortcut               |
| ----------------- | ------ | ---------------------- |
| **Bold**          | **B**  | `Ctrl / ⌘ + B`         |
| *Italic*          | *I*    | `Ctrl / ⌘ + I`         |
| Underline         | U      | `Ctrl / ⌘ + U`         |
| ~~Strikethrough~~ | S      | `Ctrl / ⌘ + Shift + S` |
| `Inline code`     | `<>`   | `Ctrl / ⌘ + E`         |

Marks are **toggles**: applying a mark a second time removes it. A mark button appears active (highlighted) when the entire selection already has that mark applied.

***

## Links

Click the **link icon** (🔗) in the toolbar to open the link panel.

* **Add a link:** Paste or type a URL and press `Enter`.
* **Edit a link:** Select text inside an existing link, open the toolbar, and update the URL.
* **Remove a link:** Select linked text and click the **unlink icon** (🔗✕) in the toolbar.

<Note>
  Links auto-detect URLs as you type. Pasting a URL over a selection converts that selection into a link automatically.
</Note>

***

## Turn into

The **Turn into** dropdown on the left of the toolbar lets you convert the current block to any other block type without leaving the keyboard.

All block types are available:

* Text (paragraph)
* Heading 1 / 2 / 3
* Code block
* Quote
* Toggle heading 1 / 2 / 3 / 4
* Callout
* Bullet list
* Numbered list
* To-do list

The content of the block is preserved where possible. For example, converting a **Heading 2** to **Quote** keeps the heading text as the blockquote body. Converting to a **Toggle** places the block content as the toggle title.

<Tip>
  You can also convert blocks from the **⠿ drag handle** that appears when you hover over any block. Click the handle to open a context menu with **Turn into** and other actions.
</Tip>

***

## Indentation

Blocks like paragraphs and headings can be visually indented using `Tab` and unindented with `Shift-Tab`. Indentation adds left margin in increments of 24 px, up to 8 levels.

List items use `Tab` / `Shift-Tab` for nesting — a `Tab` on the first item of a list below a toggle moves the whole list inside that toggle (see [Toggle](/editor/blocks#toggle)).
