org.fusesource

scalamd

package scalamd

Visibility
  1. Public
  2. All

Type Members

  1. case class MacroDefinition(pattern: String, flags: String, replacement: (Matcher) ⇒ String, literally: Boolean) extends Product with Serializable

  2. class MarkdownText extends AnyRef

    We collect all processing logic within this class.

  3. class Protector extends AnyRef

    We use character protector mechanism to ensure that certain elements of markup, such as inline HTML blocks, remain undamaged when processing.

  4. class StringEx extends AnyRef

    A simple wrapper over StringBuilder with utility methods.

  5. class TOC extends AnyRef

Value Members

  1. object Markdown

    This utility converts a plain text written in [Markdown][1] into HTML fragment.

  2. object TOC

Ungrouped