scalatex

site

package site

Visibility
  1. Public
  2. All

Type Members

  1. class ClsModifier extends scalatags.Text.Modifier

  2. trait Highlighter extends AnyRef

    Lets you instantiate a Highlighter object.

    Lets you instantiate a Highlighter object. This can be used to reference snippets of code from files within your project via the .ref method, often used via hl.ref where hl is a previously-instantiated Highlighter.

  3. class Section extends AnyRef

    Lets you instantiate an object used to delimit secitons of your document.

    Lets you instantiate an object used to delimit secitons of your document.

    This lets you determine a sequence of headers used

  4. trait Site extends AnyRef

    A semi-abstract trait that encapsulates everything necessary to generate a Scalatex site.

    A semi-abstract trait that encapsulates everything necessary to generate a Scalatex site. Only content is left abstract (and needs to be filled in) but the rest of the properties and definitions are all override-able if you wish to customize things.

Value Members

  1. object Highlighter

  2. object Section

Ungrouped