HtmlTemplate

org.specs2.html.HtmlTemplate$

String template for HTML files using the Pandoc templating approach where variables to replace are enclosed with $$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class PandocParser(variables: Map[String, String]) extends RegexParsers

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RegexParsers
trait Parsers
class Object
trait Matchable
class Any

Value members

Concrete methods

def pandocParser(variables: Map[String, String]): PandocParser

Variables replacement parser for Pandoc-like templates

Variables replacement parser for Pandoc-like templates

Attributes

def runTemplate(template: String, variables: Map[String, String]): Operation[String]