MarkdownPart

Wrapper around a markdown part.

Constructors

this
this(MarkdownType type)

Creates a new markdown part.

Members

Functions

getMetadata
string getMetadata(string key)

Gets a metadata value.

setMetadata
void setMetadata(string key, string value)

Sets a metadata.

Properties

content
string content [@property getter]

Gets the content of the markdown part.

content
string content [@property setter]

Sets the content of the markdown part.

type
MarkdownType type [@property getter]

Gets the type of the markdown part.

type
MarkdownType type [@property setter]

Sets the type of the markdown part.

volume
size_t volume [@property getter]

Gets the volume of the markdown part.

volume
size_t volume [@property setter]

Sets the volume of the markdown part.

Meta