> ## Documentation Index
> Fetch the complete documentation index at: https://craft-support.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Formatting

> Master text formatting in Craft with the formatting toolbar, slash menu, markdown, and keyboard shortcuts.

Craft gives you multiple ways to format text, from the visual formatting toolbar to keyboard-driven markdown commands. Whether you prefer clicking, typing, or a mix of both, there's a method that fits your style.

## Text, Block, and Page Formatting

This section covers **text formatting**: inline styles and special elements applied to the text itself. It sits alongside two other levels of styling in Craft:

* **Text formatting** (this section) – Inline styles like bold, italic, and highlights, plus special elements like dates, emoji, and links
* **Block formatting** – Structural elements like headings, lists, quotes, and code blocks (see [Blocks and Pages](/en/write-and-edit/blocks-and-pages))
* **Page styling** – Visual design including colors, backgrounds, and fonts (see [Styling](/en/write-and-edit/styling))

## Four Ways to Format Text

<Tabs>
  <Tab title="Formatting Toolbar">
    Select any text and the formatting toolbar appears with options for bold, italic, highlights, links, and more. The most visual way to format – nothing to memorize.

    <img src="https://mintcdn.com/craft-support/XJjEDsqRyI4wI0NM/images/write-and-edit/formatting/en/content/formatting-toolbar.png?fit=max&auto=format&n=XJjEDsqRyI4wI0NM&q=85&s=c178a7130a008e74bf1fda6b2723a8ff" alt="Formatting toolbar appearing above selected text" width="1568" height="936" data-path="images/write-and-edit/formatting/en/content/formatting-toolbar.png" />

    For every text and block style in one place, open the **Format panel** with the `Aa` button in the top-right corner.

    <img src="https://mintcdn.com/craft-support/XJjEDsqRyI4wI0NM/images/write-and-edit/formatting/en/content/format-panel.png?fit=max&auto=format&n=XJjEDsqRyI4wI0NM&q=85&s=0d73e0b9c22d4ce094edf5cf3d1510fa" alt="Format panel showing title, content, and block styles" width="1568" height="1121" data-path="images/write-and-edit/formatting/en/content/format-panel.png" />
  </Tab>

  <Tab title="Slash Menu">
    Type `/` to open the command menu, then keep typing to filter for the style or action you need. A great way to discover what Craft can do.

    <img src="https://mintcdn.com/craft-support/XJjEDsqRyI4wI0NM/images/write-and-edit/formatting/en/content/slash-menu.png?fit=max&auto=format&n=XJjEDsqRyI4wI0NM&q=85&s=8d32e9801d8f08732a5ce77f50de42b7" alt="Slash menu showing list commands while typing" width="1568" height="923" data-path="images/write-and-edit/formatting/en/content/slash-menu.png" />

    [Learn more about the slash menu](/en/write-and-edit/formatting/slash-menu)
  </Tab>

  <Tab title="Markdown">
    Use familiar markdown syntax as you write – type `**bold text**` and it turns into **bold text** the moment you close the asterisks.

    <img src="https://mintcdn.com/craft-support/XJjEDsqRyI4wI0NM/images/write-and-edit/formatting/en/content/markdown-typing.png?fit=max&auto=format&n=XJjEDsqRyI4wI0NM&q=85&s=f263d6f6466e0a7070c576f13b202c47" alt="Markdown syntax converting to formatted text" width="1568" height="936" data-path="images/write-and-edit/formatting/en/content/markdown-typing.png" />

    [See all markdown shortcuts](/en/write-and-edit/formatting/markdown-shortcuts)
  </Tab>

  <Tab title="Keyboard Shortcuts">
    Quick commands like `Cmd+B` for bold or `Cmd+I` for italic are the fastest method once memorized.

    <img src="https://mintcdn.com/craft-support/XJjEDsqRyI4wI0NM/images/write-and-edit/formatting/en/content/shortcuts-panel.png?fit=max&auto=format&n=XJjEDsqRyI4wI0NM&q=85&s=fd80212ae106ee8d86da23737bbccf2e" alt="Keyboard shortcuts panel in Craft" width="1568" height="1029" data-path="images/write-and-edit/formatting/en/content/shortcuts-panel.png" />

    [Browse all keyboard shortcuts](/en/introduction/shortcuts)
  </Tab>
</Tabs>

All four methods work together – mix and match based on what you're doing. For a closer look at the keyboard-driven methods, see [Quick Styling Methods](/en/write-and-edit/formatting/quick-styling).

## All Formatting Features

<CardGroup cols={2}>
  <Card title="Spell Check and Corrections" href="/en/write-and-edit/formatting/spell-check">
    Configure spell checking in 34 languages, globally or per document
  </Card>

  <Card title="Markdown Shortcuts" href="/en/write-and-edit/formatting/markdown-shortcuts">
    Format text as you write with markdown syntax
  </Card>

  <Card title="Using the Slash Menu" href="/en/write-and-edit/formatting/slash-menu">
    Access every feature without leaving your keyboard
  </Card>

  <Card title="Find and Replace" href="/en/write-and-edit/formatting/find-replace">
    Search and replace text across your documents
  </Card>

  <Card title="Surround Selection" href="/en/write-and-edit/formatting/surround-selection">
    Wrap selected text in brackets, parentheses, or braces
  </Card>

  <Card title="Adding Dates" href="/en/write-and-edit/formatting/dates">
    Insert date badges that link to daily notes
  </Card>

  <Card title="Using Emoji" href="/en/write-and-edit/formatting/emoji">
    Insert emoji by typing `:` followed by the emoji name
  </Card>

  <Card title="Subscript and Superscript" href="/en/write-and-edit/formatting/subscript-superscript">
    Format mathematical notation, formulas, and footnotes
  </Card>

  <Card title="Quick Styling Methods" href="/en/write-and-edit/formatting/quick-styling">
    Combine shortcuts, markdown, and the slash menu for speed
  </Card>

  <Card title="Math Formulas" href="/en/write-and-edit/math-formulas">
    Write equations using LaTeX notation – inline or as standalone blocks
  </Card>
</CardGroup>
