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

Allows creation of custom conversion schemes to control conversion More...

Inheritance diagram for Html2Markdown.Scheme.IScheme:
Html2Markdown.Scheme.Markdown

Public Member Functions

IList< IReplacerReplacers ()
 The collection of IReplacer that for this scheme More...
 

Detailed Description

Allows creation of custom conversion schemes to control conversion

Member Function Documentation

IList<IReplacer> Html2Markdown.Scheme.IScheme.Replacers ( )

The collection of IReplacer that for this scheme

Returns
IList of IReplacer for use by Converter

Implemented in Html2Markdown.Scheme.Markdown.


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