SeparatorDirective

laika.api.bundle.DirectiveBuilderContext.SeparatorDirective
class SeparatorDirective[+T]

Represents a separator directive, its name and its (combined) parts. It also allows to specify requirements for the minimum and maximum number of occurrences allowed for this directive. The default is unbounded, with 0 or more instances allowed.

Attributes

Source
directives.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val max: Int

Attributes

Source
directives.scala
val min: Int

Attributes

Source
directives.scala
val name: String

Attributes

Source
directives.scala