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

# Formatting

> Formatting options available in the Mana editor.

Use the toolbar, slash commands, or keyboard shortcuts to format text.

## Inline styles

| Style         | Shortcut               |
| ------------- | ---------------------- |
| Bold          | `Cmd/Ctrl + B`         |
| Italic        | `Cmd/Ctrl + I`         |
| Underline     | `Cmd/Ctrl + U`         |
| Strikethrough | `Cmd/Ctrl + Shift + S` |
| Highlight     | `Cmd/Ctrl + Shift + H` |
| Inline code   | `Cmd/Ctrl + E`         |
| Subscript     | `Cmd/Ctrl + ,`         |
| Superscript   | `Cmd/Ctrl + .`         |

## Block styles

| Block         | Shortcut               |
| ------------- | ---------------------- |
| Paragraph     | `Cmd/Ctrl + Alt + 0`   |
| Heading 1     | `Cmd/Ctrl + Alt + 1`   |
| Heading 2     | `Cmd/Ctrl + Alt + 2`   |
| Heading 3     | `Cmd/Ctrl + Alt + 3`   |
| Bullet list   | `Cmd/Ctrl + Shift + 8` |
| Numbered list | `Cmd/Ctrl + Shift + 7` |
| Blockquote    | `Cmd/Ctrl + Shift + B` |

## Text alignment

| Alignment | Shortcut               |
| --------- | ---------------------- |
| Left      | `Cmd/Ctrl + Shift + L` |
| Center    | `Cmd/Ctrl + Shift + E` |
| Right     | `Cmd/Ctrl + Shift + R` |
| Justify   | `Cmd/Ctrl + Shift + J` |

## Project configuration

Some formatting capabilities can be enabled or disabled per project from **Configuration**. The editor and slash command menu only show actions allowed for the project.

<Tip>
  See [Keyboard shortcuts](/en/keyboard-shortcuts) for the platform-specific shortcut list.
</Tip>
