MarkdownSettings

Undocumented in source.

Members

Variables

flags
MarkdownFlags flags;

Controls the capabilities of the parser.

headingBaseLevel
size_t headingBaseLevel;

Heading tags will start at this level.

processCode
string delegate(string) @(safe) nothrow processCode;

An optional delegate to post-process code blocks and inline code. Useful to e.g. add code highlighting.

urlFilter
string delegate(string urlOrPath, bool isImage) urlFilter;

Called for every link/image URL to perform arbitrary transformations.

Meta