Class MarkdownSettings
Inherits from
-
Object
(base class)
Fields
Name | Type | Description |
---|---|---|
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. |
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.