Description
The Flowchart Macro creates diagrams composed of shapes joined by lines using the GraphViz language.
Installation
A Confluence administrator must set up the Flowchart Macro before it can be used.
Usage
- Edit the page
- Switch to the wiki markup editor
- Insert two {flowchart} commands
- Between those two commands, insert a GraphViz diagram
GraphViz Resources
Examples
| Macro Call |
Macro Output |
{flowchart}
Parameters -> Diagram
{flowchart} |
|
{flowchart}
main -> parse -> execute
main -> init
main -> cleanup
execute -> make_string
execute -> printf
init -> make_string
main -> printf
execute -> compare
{flowchart} |
|
RELATED TOPICS
Working with Macros
Take me back to [Confluence 2 Home]