|
HTML2Markdown
Converts HTML to Markdown syntax.
|
Replaces HTML lists with their Markdown equivalent. More...
Public Member Functions | |
| HtmlListReplacer () | |
| Initializes a new instance of the HtmlListReplacer class. Sets the custom action to replace HTML lists. | |
Public Member Functions inherited from Html2Markdown.Replacement.CustomReplacer | |
| string | Replace (string html) |
| Replaces the HTML string using the custom action. | |
| string | Replace (string html) |
| Replace specific matches in an HTML string. | |
Additional Inherited Members | |
Properties inherited from Html2Markdown.Replacement.CustomReplacer | |
| Func< string, string > | CustomAction [get] |
| Gets or sets the custom action to be used for replacing HTML tags. | |
Replaces HTML lists with their Markdown equivalent.
|
inline |
Initializes a new instance of the HtmlListReplacer class. Sets the custom action to replace HTML lists.