|
HTML2Markdown
Converts HTML to Markdown syntax.
|
Removes the HTML comment tag. More...
Public Member Functions | |
| HtmlCommentReplacer () | |
| Initializes a new instance of the HtmlCommentReplacer class. Sets up the pattern and replacement for removing HTML comment tags. | |
Public Member Functions inherited from Html2Markdown.Replacement.PatternReplacer | |
| string | Replace (string html) |
| Replaces occurrences of the pattern in the provided HTML with the replacement string. | |
| string | Replace (string html) |
| Replace specific matches in an HTML string. | |
Additional Inherited Members | |
Properties inherited from Html2Markdown.Replacement.PatternReplacer | |
| string | Pattern [get] |
| Gets the pattern to match in the HTML. | |
| string | Replacement [get] |
| Gets the replacement string for the matched pattern. | |
Removes the HTML comment tag.
|
inline |
Initializes a new instance of the HtmlCommentReplacer class. Sets up the pattern and replacement for removing HTML comment tags.