Logo FSharp.Formatting

MarkdownRange Type

Represents a source range in a Markdown document, identified by start and end line/column positions. Used to track where each parsed element originated in the source text.

Record fields

Record Field Description

EndColumn

Full Usage: EndColumn

Field type: int

The 0-based column index where the element ends

Field type: int

EndLine

Full Usage: EndLine

Field type: int

The 1-based line number where the element ends

Field type: int

StartColumn

Full Usage: StartColumn

Field type: int

The 0-based column index where the element starts

Field type: int

StartLine

Full Usage: StartLine

Field type: int

The 1-based line number where the element starts

Field type: int

Type something to start searching.