MarkdownPrinter

case class MarkdownPrinter(env: Env) extends Printer

This trait is not a full fledged markdown printer yet

Companion
object
trait Serializable
trait Product
trait Equals
trait Printer
class Object
trait Matchable
class Any

Value members

Concrete methods

def finalize(specifications: List[SpecStructure]): Action[Unit]
def fragmentToLine(options: MarkdownOptions)(fragment: Fragment): Action[String]
def prepare(specifications: List[SpecStructure]): Action[Unit]
def showDescription(description: String, result: Result): String
def sink(spec: SpecStructure): AsyncSink[Fragment]
Returns

a Fold for the markdown output

def toMarkdown(ref: SpecificationRef, options: MarkdownOptions): String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product