HTML2Markdown
Converts HTML to Markdown syntax.
|
Searches an entire HTML string and replaces particular matches. More...
Public Member Functions | |
string | Replace (string html) |
Replace specific matches in an HTML string. | |
Searches an entire HTML string and replaces particular matches.
string Html2Markdown.Replacement.IReplacer.Replace | ( | string | html | ) |
Replace specific matches in an HTML string.
html | The HTML we are converting |
Implemented in Html2Markdown.Replacement.CompositeReplacer, Html2Markdown.Replacement.CustomReplacer, and Html2Markdown.Replacement.PatternReplacer.