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
|
Full Usage:
EndColumn
Field type: int
|
The 0-based column index where the element ends
|
Full Usage:
EndLine
Field type: int
|
The 1-based line number where the element ends
|
Full Usage:
StartColumn
Field type: int
|
The 0-based column index where the element starts
|
Full Usage:
StartLine
Field type: int
|
The 1-based line number where the element starts
|
FSharp.Formatting