Discounter

class Object
trait Matchable
class Any

Value members

Concrete methods

def knockoff(source: CharSequence): Seq[Block]

Parses and returns our best guess at the sequence of blocks. It will never fail, just log all suspicious things.

Parses and returns our best guess at the sequence of blocks. It will never fail, just log all suspicious things.

Source:
Discounter.scala

Inherited methods

def blockToText(block: Block)(implicit writer: Writer): Unit
Inherited from:
TextWriter
Source:
TextWriter.scala
def blocksToText(blocks: Seq[Block])(implicit writer: Writer): Unit
Inherited from:
TextWriter
Source:
TextWriter.scala
def createChunkStream(reader: Reader[Char]): Stream[(Chunk, Position)]
def createChunkStream(str: String): Stream[(Chunk, Position)]

Overridable factory method.

Overridable factory method.

Inherited from:
ChunkStreamFactory
Source:
MarkdownParsing.scala
def spanToText(span: Span)(implicit writer: Writer): Unit
Inherited from:
TextWriter
Source:
TextWriter.scala
def toText(blocks: Seq[Block]): String

Creates a Group representation of the document.

Creates a Group representation of the document.

Inherited from:
TextWriter
Source:
TextWriter.scala

Inherited fields