Constructors
-
Source
Span(Int32, Initializes a new instance of the SourceSpan struct.Int32)
Methods
Fields
Properties
- End Gets or sets the ending character position from the original text source. Note that for inline elements, this is only valid if UsePreciseSourceLocation(Markdig.MarkdownPipelineBuilder) is setup on the pipeline.
-
Is
Empty - Length Gets the character length of this element within the original source code.
- Start Gets or sets the starting character position from the original text source. Note that for inline elements, this is only valid if UsePreciseSourceLocation(Markdig.MarkdownPipelineBuilder) is setup on the pipeline.