HTML2Markdown
Converts HTML to Markdown syntax.
|
Collection of IReplacer for converting vanilla Markdown See : https://daringfireball.net/projects/markdown/syntax. More...
Public Member Functions | |
Markdown () | |
Initializes a new instance of the Markdown class. Sets up the replacement groups for converting vanilla Markdown. | |
![]() | |
IList< IReplacer > | Replacers () |
Gets the collection of IReplacer instances. | |
void | AddReplacer (IReplacer replacer) |
Adds a single replacer to the collection. | |
IList< IReplacer > | Replacers () |
The collection of IReplacer that for this scheme. | |
Additional Inherited Members | |
![]() | |
static void | AddReplacementGroup (IList< IReplacer > replacers, IReplacementGroup replacementGroup) |
Adds a group of replacements to the provided list of replacers. | |
![]() | |
readonly IList< IReplacer > | ReplacerCollection = new List<IReplacer>() |
The collection of IReplacer instances used for replacements. | |
Collection of IReplacer for converting vanilla Markdown See : https://daringfireball.net/projects/markdown/syntax.
|
inline |
Initializes a new instance of the Markdown class. Sets up the replacement groups for converting vanilla Markdown.