MKThematicBreak
Inherits MKBlock
Description
Represents a thematic break within a Markdown document.
Properties
Name | Type | Read-Only |
---|---|---|
Length | Integer |
|
LocalStart | Integer |
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | parent As MKBlock , absoluteStart As Integer |
Property Descriptions
Length As Integer
The length of this thematic break.
LocalStart As Integer
The local 0-based position on the line that this thematic break begins at.
Method Descriptions
Constructor(parent As MKBlock, absoluteStart As Integer)
Default constructor.
parent
is the parent of this block.absoluteStart
is the 0-based position in the original Markdown source that this block begins at.