Skip to main content

5 posts tagged with "formatting"

View All Tags

Expand Macro for Confluence: Collapsible Sections Compared (Native vs Styled)

· 5 min read

Long pages die from scroll fatigue. Onboarding checklists, troubleshooting trees, API reference details, legal disclaimers — content that only some readers need some of the time is the canonical use case for collapsible sections. Confluence ships a native expand macro for exactly this, and for many pages it's enough.

This guide covers how the native expand works, where teams typically outgrow it, and what a styled accordion macro adds — so you can pick per page, not per vendor.

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 panel macro method (Content Formatting) — most styling control
  4. How to nest quotes and add attribution