Skip to content

MKBlockQuote

Inherits MKBlock

Description

Represents a blockquote block within a Markdown document.

Properties

Name Type Read-Only
AbsoluteOpenerStart Integer
LocalOpenerStart Integer
OpeningDelimiters() MKCharacter

Methods

Name Parameters Returns
Constructor parent As MKBlock, blockStart As Integer

Property Descriptions

AbsoluteOpenerStart As Integer

0-based offset in the original source that the > character appears.


LocalOpenerStart As Integer

0-based local offset on the line that the > character appears.


OpeningDelimiters() As MKCharacter

All opening delimiters (>) for this block quote in appearance order.


Method Descriptions

Constructor(parent As MKBlock, blockStart As Integer)

Default constructor.

  • parent is the parent of this block.
  • blockStart is the 0-based position in the original Markdown source that this block begins at.