Package

org.specs2

text

Permalink

package text

Visibility
  1. Public
  2. All

Type Members

  1. case class MarkdownOptions(verbatim: Boolean = true) extends Product with Serializable

    Permalink
  2. case class Specs2Visitor(text: String, options: MarkdownOptions = MarkdownOptions()) extends ToHtmlSerializer with Product with Serializable

    Permalink

    specialised pegdown visitor to control the rendering of code blocks

Ungrouped