MKIndentedCodeBlock
Inherits MKBlock
Description
Represents an indented code block within a Markdown document.
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | parent As MKBlock , blockStartOffset As Integer |
|
Finalise | line As XUITextLine |
Method Descriptions
Constructor(parent As MKBlock, blockStartOffset As Integer)
Default constructor.
parent
is the parent of this block.blockStartOffset
is the 0-based position in the original Markdown source that this block begins at.
Finalise(line As XUITextLine)
Closes this block and makes any final changes that may be required.