API Reference
Class
MarkupFlowParser
Parses ChartForgeX flow markup into a product-neutral flow artifact.
Inheritance
- Object
- MarkupFlowParser
Methods
Parse(System.String text) #Parses raw flow markup or Markdown containing a chartforgex flow v1 fence.
Parameters
- text System.String
- The source text.
Returns
The parse result.
ParseBlock(ChartForgeX.Markup.VisualMarkupBlock block) #Parses a pre-scanned ChartForgeX flow block while preserving fence attributes and source lines.
Parameters
- block ChartForgeX.Markup.VisualMarkupBlock
- The flow visual block.
Returns
The parse result.