RstExtension

laika.rst.bundle.RstExtension$
See theRstExtension companion trait
object RstExtension

Companion with utilities for initializing extensions.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def createAsMap[P](ext: Seq[RstExtension[P]], recParsers: RecursiveParsers): Map[String, P]

Initializes the specified extensions with the given recursive parsers and returns them as a map keyed by the name of the extension.

Initializes the specified extensions with the given recursive parsers and returns them as a map keyed by the name of the extension.

Attributes