SetextUnderline

data class SetextUnderline(val level: Int, val text: String, val range: SourceRange) : Token

A setext heading underline (=== or ---).

Constructors

Link copied to clipboard
constructor(level: Int, text: String, range: SourceRange)

Properties

Link copied to clipboard
val level: Int

1 for =, 2 for -

Link copied to clipboard
open override val range: SourceRange
Link copied to clipboard

the raw text of the underline (for orphaned-setext → paragraph fallback)