RewriteRules

class RewriteRules(textRoles: Seq[TextRole]) extends RewriteRulesBuilder

The default rewrite rules that get applied to the raw document tree after parsing reStructuredText markup. These rules are responsible for resolving substitution references and interpreted text which are specific to reStructuredText and get usually executed alongside the generic rules. .

class Object
trait Matchable
class Any

Type members

Classlikes

Value members

Concrete methods

Provides the default rewrite rules specific to reStructuredText for the specified document. These rules usually get executed alongside the generic default rules.

Provides the default rewrite rules specific to reStructuredText for the specified document. These rules usually get executed alongside the generic default rules.

Inherited methods

@unspecialized
Inherited from:
Function1
@unspecialized
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

val baseRoleElements: Map[String, String => Span]