FencedChunk

pamflet.FencedChunk
case class FencedChunk(content: String, language: Option[String]) extends Chunk

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Chunk
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def appendNewBlock(list: ListBuffer[Block], remaining: List[(Chunk, Seq[Span], Position)], spans: Seq[Span], position: Position, discounter: Discounter): Unit

Create the Block and append to the list.

Create the Block and append to the list.

Attributes

Inherited methods

def isLinkDefinition: Boolean

Attributes

Inherited from:
Chunk
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product