HTML

case object HTML extends RenderFormat[HTMLFormatter]

A render format for HTML output. May be directly passed to the Render or Transform APIs:

Renderer.of(HTML).build.render(document)

Transformer.from(Markdown).to(HTML).build.transform(inputString)
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Format
class Object
trait Matchable
class Any
HTML.type

Type members

Inherited classlikes

case class Overrides(value: CustomRenderFunction[FMT]) extends RenderOverrides
Inherited from:
RenderFormat

Inherited types

type CustomRenderFunction[FMT] = PartialFunction[(FMT, Element), String]
Inherited from:
RenderFormat
type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

def description: String

Short string describing the markup or output format for tooling and logging.

Short string describing the markup or output format for tooling and logging.

Inherited from:
Format
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product