ExtendedHTMLRenderer

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.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

Converts an OptionList to an interim table model for rendering.

Converts an OptionList to an interim table model for rendering.

Converts a FieldList to an interim table model for rendering.

Converts a FieldList to an interim table model for rendering.

Concrete fields

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