ExtendedHTMLRenderer

laika.rst.bundle.ExtendedHTMLRenderer
See theExtendedHTMLRenderer companion object

HTML renderer for special reStructuredText tree elements not part of the default document tree model.

The following tree elements are specific to reStructuredText and are not included in the default model:

  • FieldList and corresponding child elements
  • OptionList and corresponding child elements
  • DoctestBlock

FieldLists being part of a directive declaration will be processed by the default parser, the FieldList element only appears in the final document model if field lists are used outside of directives.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ExtendedHTMLRenderer.type

Members list

Value members

Concrete methods

Converts an OptionList to an interim table model for rendering.

Converts an OptionList to an interim table model for rendering.

Attributes

def toTable(fl: FieldList): Table

Converts a FieldList to an interim table model for rendering.

Converts a FieldList to an interim table model for rendering.

Attributes

Concrete fields

val custom: PartialFunction[(HTMLFormatter, Element), String]