|
HTML2Markdown
Converts HTML to Markdown syntax.
|
Allows for multiple replacements to be applied to the HTML. More...
Public Member Functions | |
| string | Replace (string html) |
| Applies all replacements to the given HTML string. | |
| string | Replace (string html) |
| Replace specific matches in an HTML string. | |
Protected Member Functions | |
| void | AddReplacer (IReplacer replacer) |
| Adds a replacer to the list of replacements. | |
Allows for multiple replacements to be applied to the HTML.
|
inlineprotected |
Adds a replacer to the list of replacements.
| replacer | The IReplacer instance to add. |
|
inline |
Applies all replacements to the given HTML string.
| html | The HTML string to process. |
Implements Html2Markdown.Replacement.IReplacer.