sys::Obj markdown::SourceLine
@Js
A line or portion of a line from the markdown source text
const Str content
The line content
new make(Str content, SourceSpan? sourceSpan := null)
const SourceSpan? sourceSpan
The source span if the parser was configured to include it
SourceLine substring(Int beginIndex, Int endIndex)
Get a new source line that is a substring of this one. The beginIndex is inclusive, and the endIndex is exclusive.
virtual override Str toStr()
markdown 1.0.82∙26-Jun-2025 Thu 13:18:40 EDT