StandardDirectiveParts

class Object
trait Matchable
class Any

Type members

Classlikes

case class ImageResolver(image: Image, source: SourceFragment) extends SpanResolver

Value members

Concrete methods

The image directive for span elements, see http://docutils.sourceforge.net/docs/ref/rst/directives.html#image for details.

The image directive for span elements, see http://docutils.sourceforge.net/docs/ref/rst/directives.html#image for details.

def toOptions(id: Option[String], styles: Option[String]): Options

Converts an optional id and an optional style parameter containing a space-delimited list of styles to an Options instance.

Converts an optional id and an optional style parameter containing a space-delimited list of styles to an Options instance.

Concrete fields

val classOpt: DirectivePartBuilder[Option[String]]

The class option which is supported by almost all reStructuredText directives.

The class option which is supported by almost all reStructuredText directives.

val nameOpt: DirectivePartBuilder[Option[String]]

The name option which is supported by almost all reStructuredText directives.

The name option which is supported by almost all reStructuredText directives.

The standard class and name options supported by most directives, combined in the result into an Options instance.

The standard class and name options supported by most directives, combined in the result into an Options instance.