Skip to main content

How to Write Markdown in Confluence: Step-by-Step Tutorial

· 4 min read
NGPilot
NGPilot

Confluence does not have a built-in Markdown editor. The native editor is WYSIWYG only — you can't write in Markdown syntax. But many developers and technical teams prefer Markdown for documentation.

This tutorial shows how to add Markdown editing to Confluence so you can write in Markdown and have it render as standard Confluence content.

Confluence Font Apps Compared: Google Fonts vs Custom Fonts Pro

· 11 min read
NGPilot
NGPilot

Confluence ships with a fixed set of system fonts. For most teams that works fine, but if your company has brand guidelines, an accessibility requirement for specific typefaces, or simply wants documentation that looks polished and professional, the default typography falls short.

The Atlassian Marketplace now offers several apps that let you use custom fonts on your Confluence pages. But with different feature sets, pricing models, and levels of maturity, choosing the right one takes more than a quick glance at star ratings.

This post compares the leading Confluence custom font apps side by side so you can make an informed decision for your team.

Confluence Source Editor Compared — Free vs Pro

· 11 min read
NGPilot
NGPilot

Confluence stores every page as XML in a format called "Confluence storage format." Most users never see it. But if you have ever tried to fix a broken macro, remove hidden formatting artifacts, or bulk-edit repetitive markup, you know the rich text editor alone is not enough. You need direct access to the underlying source.

At NGPILOT, we built two apps for exactly this purpose: Raw Storage Source Editor for Confluence (free) and Raw Storage Source Editor Pro for Confluence (paid). Both let you open, view, and edit the raw XML behind any Confluence page. This post compares them feature by feature so you can pick the right one for your team.

How to Write Markdown in Confluence — Syntax, Tables & Code Blocks

· 12 min read
NGPilot
NGPilot

Confluence is one of the most widely used knowledge management platforms in the enterprise world, but its built-in editor is strictly WYSIWYG. For developers, technical writers, and content teams who already live in Markdown -- writing README files, documentation repos, pull request descriptions, and API references in plain text -- the absence of native Markdown support in Confluence is a daily frustration. You end up copying content from your Markdown files and manually reformatting it through toolbar buttons and dialog boxes, losing time and introducing inconsistencies along the way.

Mermaid Sequence Diagrams in Confluence: FAQ & Examples

· 17 min read
NGPilot
NGPilot

Sequence diagrams are one of the most widely used diagram types in software documentation. They show exactly how participants -- users, services, databases, external APIs -- exchange messages over time. For Confluence teams, embedding sequence diagrams directly on wiki pages means architecture docs, API specifications, and incident post-mortems stay in one place instead of scattered across external tools.

Mermaid's text-based syntax makes sequence diagrams fast to write and easy to update, but the syntax has its own set of rules that can trip you up. This FAQ answers the questions Confluence users ask most often about building sequence diagrams with Mermaid, with expanded explanations, working code examples, and copy-paste templates you can drop straight into a Mermaid Plus macro.

Confluence Page Navigation FAQ: TOC, Numbered Headings & Structure

· 15 min read
NGPilot
NGPilot

Page navigation is one of those things that nobody notices when it works well and everyone complains about when it does not. In Confluence, where pages routinely grow to thousands of words — technical specifications, onboarding guides, compliance documentation, project charters — helping readers find the right section quickly is not a nice-to-have. It is the difference between a knowledge base that people use and one that people ignore.