BundleFilter

laika.api.builder.BundleFilter
case class BundleFilter(strict: Boolean, acceptRawContent: Boolean)

A filter that might deactivate or activate some of the bundles based on user configuration.

Value parameters

acceptRawContent

indicates that the users accepts the inclusion of raw content in text markup

strict

indicates that text markup should be interpreted as defined by its specification, without any extensions

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(bundles: Seq[ExtensionBundle]): Seq[ExtensionBundle]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product