PowerShell Module to create Mermaid diagrams.
Adds a new flowchart to a flowchart.
Add-MermaidFlowchartSubgraph [-Diagram <Object>] [-Key] <String> [[-Title] <String>] [-PassThru]
[<CommonParameters>]
Create and add a subgraph. Subgraphs may contain nodes, links, interactions and other subgraphs.
PS C:\>
The diagram or parent subgraph, that the subgraph is added to.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
The identifier of the subgraph.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The subgraph title.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Return the created subgraph object.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.