MarkdownBody

emil.markdown.MarkdownBody
See theMarkdownBody companion object
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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Trans[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def andThen(next: Trans[F]): Trans[F]

Attributes

Inherited from:
Trans
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product