MarkdownSettings

Undocumented in source.

Members

Variables

allowedURISchemas
string[] allowedURISchemas;

White list of URI schemas that can occur in link/image targets

flags
MarkdownFlags flags;

Controls the capabilities of the parser.

headingBaseLevel
size_t headingBaseLevel;

Heading tags will start at this level.

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

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

Meta