MKDocument
Inherits MKBlock
Description
Represents a Markdown document.
Properties
Name | Type | Read-Only |
---|---|---|
Document | MKDocument |
|
References | Dictionary |
|
TestNumber | Integer |
Methods
Name | Parameters | Returns |
---|---|---|
Constructor |
Property Descriptions
Document As MKDocument
The document that owns this block.
References As Dictionary
This document's link reference definitions. Key = link label, Value = MKReferenceLinkDefinition.
TestNumber As Integer
For debugging only.
Method Descriptions
Constructor()
Default constructor.