Skip to main content

3 posts tagged with "formatting"

View All Tags

How to Make Text Bold in Confluence (Ctrl+B, Toolbar & Markdown)

· 3 min read

Bold text is one of the most common formatting actions in Confluence — for headings, callouts, and emphasis inside paragraphs. There are two ways to do it: the toolbar button / keyboard shortcut in the standard editor, and Markdown syntax inside Enhanced Markdown for Confluence. This guide covers both, plus the common "why isn't it working" cases.

What you'll learn
  1. The standard editor method — B button or Ctrl+B / Cmd+B
  2. The Markdown method — **bold** syntax
  3. Bold vs italic vs strikethrough
  4. Fixing bold that renders as literal asterisks

How to Add a Block Quote in Confluence (3 Methods Compared)

· 5 min read

A block quote sets a passage apart from the surrounding text — usually indented with a left border — to indicate that the words are quoted from another source. Confluence does not have a dedicated "quote block" button, but there are three reliable ways to create one. This guide walks through each and helps you pick the right one.

What you'll learn
  1. The native method (toolbar Indent) — no app required
  2. The Markdown method (> syntax) — fastest for keyboard users
  3. The macro method (Content Formatting) — most styling control
  4. How to nest quotes and add attribution