org.specs2.html

Type members

Classlikes

object HtmlTemplate

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

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

trait Htmlx

This trait provide additional methods on a NodeSeq or a Node representing an html document

This trait provide additional methods on a NodeSeq or a Node representing an html document

Companion
object
object Htmlx extends Htmlx
Companion
class
case class Index(entries: Vector[IndexEntry])
Companion
object
object Index
Companion
class
case class IndexEntry(title: String, text: String, tags: IndexedSeq[String], path: FilePath)
case class IndexedPage(path: FilePath, title: String, contents: String, tags: IndexedSeq[String])
object Indexing

Fold functions to create index files

Fold functions to create index files

case class SpecHtmlPage(specification: SpecStructure, path: FilePath, outDir: DirectoryPath, content: String)
Companion
object
object SpecHtmlPage
Companion
class

This trait checks for the presence of a <toc/> tag at the beginning of a xml document and replaces it by a list of links to the headers of the document

This trait checks for the presence of a <toc/> tag at the beginning of a xml document and replaces it by a list of links to the headers of the document

Companion
object
Companion
class