Confluence wiki markup guide
Markdown Meeting Notes to Confluence
Turn Markdown meeting notes into a Confluence page with decisions, action items, blockers, and links.
Direct answer
For Confluence meeting notes, structure Markdown into agenda, decisions, action items, blockers, and links, then convert task lists, headings, links, and info callouts into Confluence wiki markup.
Open Markdown to Confluence converterWhen to use this
- Planning or review notes start in a Markdown editor.
- The team keeps official notes in Confluence.
- The notes include action items, decisions, blockers, or project links.
Steps
- Start with the meeting title and date.
- Use separate sections for agenda, decisions, action items, blockers, and links.
- Keep action items as checkbox bullets or a table.
- Use Info callouts for important context.
- Convert to Confluence wiki markup and paste into the team space.
Example conversion
Markdown input
## Weekly planning notes ### Decisions - Ship the onboarding fix this week - Defer reporting redesign until next sprint ### Action items - [ ] Update QA checklist - [ ] Add release note - [ ] Confirm analytics event names ### Blockers > Info: Design review is scheduled for Thursday. [Project board](https://example.com/project)
Confluence wiki output
h2. Weekly planning notes
h3. Decisions
* Ship the onboarding fix this week
* Defer reporting redesign until next sprint
h3. Action items
* (/) Update QA checklist
* (/) Add release note
* (/) Confirm analytics event names
h3. Blockers
{info}
Design review is scheduled for Thursday.
{info}
[Project board|https://example.com/project]Common mistakes
- Do not mix decisions and discussion notes in one section.
- Do not leave action items without clear owner context when the team needs accountability.
- Do not paste Markdown task lists directly if the Confluence field expects wiki markup.
FAQ
- What sections work best for Confluence meeting notes?
- Use agenda, decisions, action items, blockers, links, and follow-ups. For recurring meetings, keep the same section order every week.
- Can Markdown checkboxes become Confluence task-style bullets?
- Yes. Markdown task bullets can be converted into Confluence-friendly checkbox indicators such as (/) and (x).
- Should meeting links be converted before pasting into Confluence?
- Yes. Markdown links such as [Project board](url) can become Confluence links like [Project board|url].
Related Confluence guides
Markdown Runbook to Confluence
Convert a Markdown runbook into Confluence wiki markup with steps, warnings, code blocks, and rollback notes.
Confluence Technical Spec Template
Format a Markdown technical spec for Confluence with problem, decision, architecture, tradeoffs, and open questions.
Markdown Incident Review to Confluence
Convert a Markdown incident review into a Confluence page with timeline, impact, root cause, and follow-up actions.