HTML2Markdown
Converts HTML to Markdown syntax.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Html2Markdown.Replacement.HtmlListReplacer Class Reference

Replaces HTML lists with their Markdown equivalent. More...

Inheritance diagram for Html2Markdown.Replacement.HtmlListReplacer:
Html2Markdown.Replacement.CustomReplacer Html2Markdown.Replacement.IReplacer

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.
 

Detailed Description

Replaces HTML lists with their Markdown equivalent.

Constructor & Destructor Documentation

◆ HtmlListReplacer()

Html2Markdown.Replacement.HtmlListReplacer.HtmlListReplacer ( )
inline

Initializes a new instance of the HtmlListReplacer class. Sets the custom action to replace HTML lists.


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