How do I get a mind map out of an AI reply?
About 3 min · Updated 2026-09-13
Ask for Mermaid mindmap syntax by name, or the model will hand you a markdown bullet list, which doesn't render as a mind map. Paste the code, render, export PNG, SVG, Word or slides.
Short answer
Name the mindmap syntax in your prompt. Left to itself, the model usually replies with a markdown bullet list, which isn't a mind map. With real mindmap code, paste it into the editor or the mind map page and export as usual.
A prompt that works
Draw a mind map in Mermaid using the mindmap syntax. Topic: ××. Use exactly one root, put
root((Topic))on the second line, indent each level by two more spaces, do not use markdown-bullets, and give the complete code block.
Three rules the syntax actually enforces
- One root only. Indentation that accidentally creates a second root is the one thing mindmap reliably errors on, and the message names the node.
- Levels come from indentation — two spaces per level, no
-. - No straight quotes inside node text.
Try it
mindmap
root((Product refresh))
Why now
User feedback
Competitor moves
Plan
Information architecture
Visual system
Timeline
Phase one, two weeks
Phase two, one monthExporting
Mind maps run wide, so use 3x for PNG or export SVG. For a deck, "Export PowerPoint" lays it across a slide.
Related
More guides
- How do I get a flowchart from ChatGPT into a Word document?
- Do I have to strip the code block out of the AI reply?
- How do I put a Mermaid diagram into PowerPoint?
- What does "Parse error" mean in Mermaid, and how do I fix it?
All guidesLooking for a specific answer? Try the Help Center