MarkdownBlockParser.OnClose

MarkdownBlockParser.OnClose method

Defines interface for OnClose method.

public virtual void OnClose(BlockSyntaxDescriptor descriptor, MarkdownSyntaxNode parent, 
    IBlockParsingContext context)
ParameterTypeDescription
descriptorBlockSyntaxDescriptorThe description.
parentMarkdownSyntaxNodeThe parent.
contextIBlockParsingContextThe context.

See Also