MarkdownBody

case class MarkdownBody[F[_]](md: F[String], cfg: MarkdownConfig)(implicit evidence$1: Applicative[F]) extends Trans[F]

A transformation function to use with `emil.builder' package that takes a plain text string and converts it into a html mail body using markdown.

Companion:
object
trait Serializable
trait Product
trait Equals
trait Trans[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(mail: Mail[F]): Mail[F]

Inherited methods

def andThen(next: Trans[F]): Trans[F]
Inherited from:
Trans
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product