RstExtension

trait RstExtension[P]

Common base trait for reStructuredText extensions (directives and text roles).

Companion:
object
class Object
trait Matchable
class Any
class Directive[E]
class TextRole

Value members

Abstract methods

def name: String

The name the extension is identified by in text markup.

The name the extension is identified by in text markup.

The factory creating an instance of the extension based on the recursive parsers of the host language.

The factory creating an instance of the extension based on the recursive parsers of the host language.