HTML2Markdown
Converts HTML to Markdown syntax.
|
Replaces HTML entities with their Markdown equivalent. More...
Public Member Functions | |
HtmlEntitiesReplacer () | |
Initializes a new instance of the HtmlEntitiesReplacer class. Sets the custom action to replace HTML entities. | |
![]() | |
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 | |
![]() | |
Func< string, string > | CustomAction [get] |
Gets or sets the custom action to be used for replacing HTML tags. | |
Replaces HTML entities with their Markdown equivalent.
|
inline |
Initializes a new instance of the HtmlEntitiesReplacer class. Sets the custom action to replace HTML entities.