ThematicBreakBlockParser

io.github.edadma.markdown.ThematicBreakBlockParser

Attributes

Graph
Supertypes
trait BlockParser
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def canStart(lines: LazyList[List[C]], config: MarkdownConfig): Boolean

Can this parser start on the very first line in lines?

Can this parser start on the very first line in lines?

Attributes

def parse(lines: LazyList[List[C]], linkRefs: Map[String, LinkReference], parentIndent: Int, config: MarkdownConfig): (Block, Int)

Parse a thematic break (always consumes exactly 1 line).

Parse a thematic break (always consumes exactly 1 line).

Attributes

Concrete fields

val name: String