Skip to content

MKSoftBreak

Inherits MKBlock

Description

Represents a soft break within a Markdown document.

Methods

Name Parameters Returns
Constructor parent As MKBlock, blockStart As Integer

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.