HTML2Markdown
Converts HTML to Markdown syntax.
Public Member Functions | List of all members
Html2Markdown.Replacement.IReplacer Interface Reference

Searches an entire HTML string and replaces particular matches More...

Inherited by Html2Markdown.Replacement.CustomReplacer, and Html2Markdown.Replacement.PatternReplacer.

Public Member Functions

string Replace (string html)
 Replace specific matches in an HTML string More...
 

Detailed Description

Searches an entire HTML string and replaces particular matches

Member Function Documentation

string Html2Markdown.Replacement.IReplacer.Replace ( string  html)

Replace specific matches in an HTML string

Parameters
htmlThe HTML we are converting
Returns
The new string after conversion

The documentation for this interface was generated from the following file: