MarkdownSettings

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.

urlFilter
string delegate(string url_or_path, bool is_image) urlFilter;

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

Meta