HTML2Markdown
Converts HTML to Markdown syntax.
Loading...
Searching...
No Matches
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.AbstractScheme Html2Markdown.Scheme.CommonMark Html2Markdown.Scheme.Markdown

Public Member Functions

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

Detailed Description

Allows creation of custom conversion schemes to control conversion.

Member Function Documentation

◆ Replacers()

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.AbstractScheme.


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