Class MarkdownSettings
class MarkdownSettings
;
Fields
Name | Type | Description |
---|---|---|
allowedURISchemas
|
string[] | White list of URI schemas that can occur in link/image targets |
flags
|
MarkdownFlags | Controls the capabilities of the parser. |
headingBaseLevel
|
ulong | Heading tags will start at this level. |
urlFilter
|
string delegate(string, bool) | Called for every link/image URL to perform arbitrary transformations. |