MKStrongEmphasis
Inherits MKAbstractEmphasis
Description
Represents a run of strong 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 the parent of this block.
absoluteStart
is the 0-based position in the original source code of the start of this block.