MKEmphasis
Inherits MKAbstractEmphasis
Description
Represents emphasis within a Markdown document.
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | parent As MKBlock , absoluteStart As Integer |
Method Descriptions
Constructor(parent As MKBlock, absoluteStart As Integer)
Default constructor.
parent
is this block's parent block.absoluteStart
is the 0-based position in the original source code of the start of this block.