Package

laika.parse

directive

Permalink

package directive

Visibility
  1. Public
  2. All

Type Members

  1. class TemplateParsers extends DefaultRecursiveSpanParsers

    Permalink

    Provides the parsers for directives and context references in templates.

Value Members

  1. object BlockDirectiveParsers

    Permalink

    Provides the parser definitions for block directives in markup documents.

  2. object ConfigHeaderParser

    Permalink

    Provides parser implementation for configuration header sections in text markup files, which are expected to be in HOCON format as defined in the Typesafe Config library.

  3. object DefaultTemplateParser extends TemplateParsers

    Permalink

    Default template parser without any template directives, usually used for parsing fallback templates from resource folders.

  4. object DirectiveParsers

    Permalink

    Parsers for all types of custom directives that can be used in templates or as inline or block elements in markup documents.

  5. object SpanDirectiveParsers

    Permalink

    Provides the parser definitions for span directives in markup documents.

Ungrouped