TextChunk

case class TextChunk(content: String) extends Chunk
trait Serializable
trait Product
trait Equals
trait Chunk
class Object
trait Matchable
class Any

Value members

Concrete methods

def appendBreakAndSpans(preSpans: Seq[Span], tailSpans: Seq[Span], position: Position): Paragraph
def appendNewBlock(list: ListBuffer[Block], remaining: List[(Chunk, Seq[Span], Position)], spans: Seq[Span], position: Position, discounter: Discounter): Unit
def endsWithBreak(spans: Seq[Span]): Boolean

Inherited methods

def isLinkDefinition: Boolean
Inherited from:
Chunk
Source:
MarkdownParsing.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product