CodeContent

data class CodeContent(val literal: String, val range: SourceRange) : Token

A line of code content (inside a fenced or indented code block).

Constructors

Link copied to clipboard
constructor(literal: String, range: SourceRange)

Properties

Link copied to clipboard

the raw text content of the line (including trailing newline if present)

Link copied to clipboard
open override val range: SourceRange