Contents

init(startLine:startColumn:endLine:endColumn:)

Creates a Markdown source position instance from its start and end line and column.

Declaration

init(startLine: Int, startColumn: Int, endLine: Int, endColumn: Int)

Parameters

  • startLine:

    The line where the text begins in the Markdown source.

  • startColumn:

    The column where the text begins in the Markdown source.

  • endLine:

    The line where the text ends in the Markdown source.

  • endColumn:

    The column where the text ends in the Markdown source.