Mindmaps are experimental. The syntax is stable except for icon integration.
Basic example
Syntax overview
The syntax relies on indentation to set levels in the hierarchy:- Root node
- Child A
- Grandchild B
- Grandchild C
- Child A
Node shapes
Mindmaps support various node shapes:Square
Rounded square
Circle
Bang
Cloud
Hexagon
Default
Icons and classes
Icons
Add icons to nodes using the::icon() syntax:
Icon fonts must be configured by the site administrator. This feature is experimental.
Classes
Add CSS classes using triple colon syntax:Classes must be supplied by the site administrator.
Markdown strings
Markdown strings support text formatting and automatic wrapping: Formatting:- Use
**text**for bold - Use
*text*for italics - Use newlines instead of
<br>tags for line breaks