The State of Docs Report 2025 is live! Dive in and see why docs matter more than ever:
Read the report
LogoLogo
Product
HomepageBook a demoCommunityBlog
PricingLog inSign up

Product
HomepageBook a demoCommunityBlogPricingLog inSign up
  • Documentation
  • Developers
  • Guides
  • Changelog
  • Help Center
  • Getting Started
    • GitBook Documentation
    • Quickstart
    • Importing content
    • GitHub & GitLab Sync
      • Enabling GitHub Sync
      • Enabling GitLab Sync
      • Content configuration
      • GitHub pull request preview
      • Commit messages & Autolink
      • Monorepos
      • Troubleshooting
  • Creating Content
    • Formatting your content
      • Inline content
      • Markdown
    • Content structure
      • Spaces
      • Pages
      • Collections
    • Blocks
      • Paragraphs
      • Headings
      • Unordered lists
      • Ordered lists
      • Task lists
      • Hints
      • Quotes
      • Code blocks
      • Files
      • Images
      • Embedded URLs
      • Tables
      • Cards
      • Tabs
      • Expandable
      • Stepper
      • Drawings
      • Math & TeX
      • Page links
    • Reusable content
    • Broken links
    • Searching content
      • Search & Quick find
      • GitBook AI
    • Writing with GitBook AI
    • Version control
  • API References
    • OpenAPI
      • Add an OpenAPI specification
      • Insert API reference in your docs
    • Guides
      • Structuring your API reference
      • Adding custom code samples
      • Managing API operations
      • Describing enums
      • Integrating with CI/CD
  • Extensions reference
  • Publishing Documentation
    • Publish a docs site
      • Public publishing
      • Private publishing with share links
    • Site structure
      • Content variants
      • Site sections
    • Site customization
      • Icons, colors, and themes
      • Layout and structure
      • Extra configuration
    • Set a custom domain
    • Setting a custom subdirectory
      • Configuring a subdirectory with Cloudflare
      • Configuring a subdirectory with Vercel
    • Site settings
    • Site insights
    • Site redirects
    • Visitor authentication
      • Enabling visitor authentication
      • Setting up Auth0
      • Setting up Azure AD
      • Setting up AWS Cognito
      • Setting up Okta
      • Setting up OIDC
      • Setting up a custom backend
  • LLM-ready docs
  • Collaboration
    • Live edits
    • Change requests
    • PDF export
    • Inviting your team
    • Comments
    • Notifications
  • Integrations
    • Install and manage integrations
    • GitHub Copilot
  • Account management
    • Plans
      • Legacy pricing
      • Sponsored site plan
      • Non-profit plan
      • Billing policy
    • Subscription cancellations
    • Personal settings
    • Organization settings
    • Member management
      • Invite or remove members
      • Roles
      • Teams
      • Permissions and inheritance
    • SSO & SAML
      • SSO Members vs non-SSO
  • Resources
    • GitBook UI
    • Keyboard shortcuts
    • Glossary
Powered by GitBook
LogoLogo

Resources

  • Showcase
  • Enterprise
  • Status

Company

  • Careers
  • Blog
  • Community

Policies

  • Subprocessors
  • Terms of Service
On this page

Was this helpful?

Edit on GitHub

Last updated 6 days ago

Was this helpful?

The inline palette lets you quickly add extra content to your text block without moving your hands away from the keyboard. Simply hit / on any text block to open the inline palette. The forward slash will be replaced by the content you choose to insert.

Annotations

With annotations, you can add extra context to your words without breaking the reader’s train of thought. You can use them to explain the meaning of a word, insert extra information, and more. Readers can hover over the annotated text to show the annotation above the text.

Create an annotation

To create an annotation, select the text you would like to annotate and click the Annotate option in the context menu. Once you’ve written your annotation, click outside of it to continue writing in the text block.

Markdown representation

Images

Inline images will sit alongside your text on the page.

By default, images are set to their original size with a maximum width of 300px. You can change the size by clicking the image to open the formatting palette, then choosing one of the three options:

  1. Inline size: The image is proportionally sized to the font — great for icons and badges.

  2. Original size: The image will remain inline at its original size, with a maximum width of 300 pixels.

Emojis

You can add emojis by hitting / to open the inline palette. Alternatively, type : and a list of emojis will pop up directly in line — you can start typing the name of an emoji to narrow down the selection.

Links

You can insert three different types of links:

Relative links

Here’s how to insert a relative link:

  1. Click somewhere in your paragraph where you want to insert the link, or select some text.

  2. Hit / to open the inline palette and choose Link, click the Link button in the context menu, or hit ⌘ + K.

  3. Start typing the title of the page you want to link to.

  4. Select the page from the drop-down search results.

  5. Hit Enter.

Absolute links

Absolute links are external links that you can copy and paste into your content. They’re great when you want to link to something outside your documentation.

To insert an absolute link:

  1. Click somewhere in your paragraph where you want to insert the link, or select some text.

  2. Hit / to open the inline palette and choose Link, click the Link button in the context menu, or hit ⌘ + K.

  3. Paste the URL you want to link to.

  4. Hit Enter.

Email address mailto links

Email address mailto links are useful when you want your visitors to click on a link that will open up their default email client and fill in the To field with the email address of your link, so they can write an email to send.

Here’s how to insert an email address mailto link:

  1. Click somewhere in your paragraph where you want to insert the link, or select some text.

  2. Hit / to open the inline palette and choose Link, click the Link button in the context menu, or hit ⌘ + K.

  3. Paste or type mailto:something@address.com, replacing something@address.com with the email address you would like to use.

  4. Hit Enter.

Math & TeX

Buttons

Buttons are a great way to describe calls to action. You can use them to send users to other pages in GitBook, or to external URLs.

Buttons have both primary and secondary styles. Here are a couple of examples:

You can write content as to add them as annotations in GitBook.

Convert to block: This turns an inline image into a , which is as wide as your content.

offer more options, including more sizes and the ability to add a caption — but will not appear inline with your text.

Relative links are links created by linking to that already exist in your space. The advantage of using relative links is that if the page’s URL, name, or location changes, its reference will be kept up to date — so you’ll end up with fewer broken links.

Using this option, you can create an inline math formula in your content, like this: . We use the library to render formulas.

You can also insert by opening the command palette in an empty block and choosing the second Math & TeX option.

  1. Creating Content
  2. Formatting your content

Inline content

Use the inline palette to add images, links, math & TeX, and more

Here's a simple footnote,[^1] and here's a longer one.[^bignote]

[^1]: This is the first footnote.

[^bignote]: Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    `{ my code }`

    Add as many paragraphs as you like.
  • Annotations
  • Images
  • Emojis
  • Links
  • Math & TeX
  • Buttons
Sign up to GitBook
Go to top
Markdown footnotes
image block
Image blocks
pages
f(x)=x∗e2piiξxf(x) = x * e^{2 pi i \xi x}f(x)=x∗e2piiξx
KaTeX
a block-level math formula
Relative links
Absolute links
Email address mailto links
Add inline elements to your content.