StandardDirectiveParts

laika.rst.std.StandardDirectiveParts$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait SpanResolver
trait Unresolved
trait Span
class Element
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes