Skip to main content

89 posts tagged with "confluence"

View All Tags

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

· 4 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.

Why Markdown Became the Documentation Format of the AI Era

· 7 min read

In 2004, John Gruber released Markdown with a modest pitch: a text format that is easy to read, easy to write, and converts cleanly to HTML. Twenty years later his side project became the default language of technical documentation — GitHub renders it natively, Stack Overflow is built on it, Obsidian and Notion popularized it, and every major LLM speaks it fluently. The Verge called it "the default language of the AI era."

That last part is the interesting one. Markdown didn't just survive the AI transition — it locked in because of it. This article walks through why, and what it means for how your team should write documentation inside Confluence.

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

How to Choose a Markdown Editor for Confluence

· 6 min read
Quick Answer

Confluence has no native Markdown editor. To write pages in Markdown you need a Marketplace app. The right choice depends on how your team works: occasional converters need a simple paste tool; engineering teams writing specs, docs, and equations daily need a full Markdown macro with live preview, math, and diagram support.

What you'll learn
  1. Why Confluence needs a Markdown app (and what happens without one)
  2. The four categories of Markdown tools for Confluence
  3. A decision framework for picking the right one
  4. What features matter most for technical vs non-technical teams

Developers, technical writers, and data scientists think in Markdown. READMEs, API docs, pull request descriptions, and design specs are all written in it. But Confluence — where most of that knowledge ends up living — has no native Markdown support. Pasting Markdown into the WYSIWYG editor produces broken tables, literal asterisks, and lost formatting. This guide walks through the options so you can pick the right Markdown approach for your team without trial and error.

Jira vs Confluence: What Each Is Actually For (with Examples)

· 9 min read
Quick Answer

Jira and Confluence are two different Atlassian products that are often bought together but solve fundamentally different problems. Jira tracks work — issues, sprints, backlogs, and workflows. Confluence documents knowledge — pages, decisions, specs, and team context. They connect natively so an issue and the page explaining it stay linked. Use Jira for "what are we doing and who is doing it," and Confluence for "why are we doing it and how does it work."

What you'll learn
  1. The core purpose of each product (with a one-line definition you can repeat)
  2. What Jira is good at and bad at
  3. What Confluence is good at and bad at
  4. How they connect natively
  5. A practical decision guide: which tool for which task

Jira and Confluence are the two products most people picture when they hear "Atlassian." They are frequently sold together, deeply integrated, and yet regularly confused — even by teams that use both every day. This guide explains what each is actually for, where each one shines and struggles, and how to decide which tool a given piece of work belongs in. The goal is to give you a mental model you can apply to any task, not a feature checklist.

Mermaid vs PlantUML vs Graphviz for Confluence: Which Diagram Tool to Choose

· 7 min read
Quick Answer

Mermaid, PlantUML, and Graphviz are the three most popular text-based diagramming languages. Mermaid is the easiest to learn and covers the widest range (29 diagram types). PlantUML excels at detailed UML with precise notation control. Graphviz is best for technical network and dependency graphs. Most Confluence teams should start with Mermaid and add Graphviz for network diagrams if needed.

What you'll learn
  1. The strengths and weaknesses of each tool
  2. Which diagram types each one supports
  3. How easy each is to learn and use
  4. A practical recommendation for Confluence teams

Text-based diagramming — writing a few lines of code that render into a diagram — is how modern teams keep diagrams in sync with their documentation. No more drawing boxes by hand in Visio, exporting screenshots, and pasting them into Confluence where they go stale. With text-based diagrams, you edit the source and the diagram redraws instantly.

But there are three major text-based diagramming languages, and they are not interchangeable. Each has different strengths, different syntax, and different ideal use cases. This guide compares Mermaid, PlantUML, and Graphviz so you can choose the right one (or combination) for your Confluence team.

How to Build Modern Confluence Pages in 2026

· 9 min read
Who should read this
  • Confluence admins and space owners who want their intranet, portal, or knowledge base to look professional
  • Marketing and product teams building landing pages, announcements, and product updates in Confluence
  • Anyone who has ever thought "I know what I want this page to look like — I just can't make Confluence do it"
What you'll learn
  1. How to make a Confluence page read like Medium (drop caps, clean typography, bilingual mode)
  2. How to add a proper hero section with CTAs — something the native editor doesn't have
  3. How to style tables without fighting the editor
  4. How to add QR codes, collect survey responses, and define glossary terms inline — all without external tools

Take a look at your most-visited Confluence page right now. Does it look like it belongs on the modern web — or does it look like internal documentation from 2015?

If your answer is the latter, you're not alone. Teams across thousands of Confluence sites tell us the same story: "I know exactly what I want my page to look like. I just can't make Confluence do it."

In this guide, we'll show you six concrete ways to level up your Confluence pages — from Medium-style reading layouts to interactive surveys — all without leaving your editor.

AI Code Review in Confluence: Document and Share Code Reviews

· 6 min read
Quick Answer

AI can help document code reviews in Confluence by summarizing changes, organizing findings, and extracting action items. Create templates, use AI to populate them, and build a searchable review knowledge base.

What you'll learn
  1. How to create code review templates in Confluence
  2. How to use AI to summarize code changes and PRs
  3. How to document review findings with AI assistance
  4. How to extract and track action items from reviews

Code reviews happen in pull requests, but the decisions and context often get lost. When someone asks "why did we implement it this way?" the answer is buried in a closed PR with hundreds of comments.

Documenting code reviews in Confluence preserves this context. AI can automate the documentation, turning unstructured PR discussions into organized knowledge. This guide covers how to use AI for code review documentation.