|
HTML2Markdown
Converts HTML to Markdown syntax.
|
A group of IReplacer to deal with converting HTML entities. More...
Public Member Functions | |
| 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. | |
Static Protected Member Functions | |
| static void | AddReplacementGroup (IList< IReplacer > replacers, IReplacementGroup replacementGroup) |
| Adds a group of replacements to the provided list of replacers. | |
Protected Attributes | |
| readonly IList< IReplacer > | ReplacerCollection = new List<IReplacer>() |
| The collection of IReplacer instances used for replacements. | |
A group of IReplacer to deal with converting HTML entities.
|
inlinestaticprotected |
Adds a group of replacements to the provided list of replacers.
| replacers | The list of replacers to add to. |
| replacementGroup | The group of replacements to add. |
|
inline |
Adds a single replacer to the collection.
| replacer | The replacer to add. |
|
inline |
Gets the collection of IReplacer instances.
Implements Html2Markdown.Scheme.IScheme.
|
protected |
The collection of IReplacer instances used for replacements.