HTML2Markdown
Converts HTML to Markdown syntax.
|
Allows creation of custom conversion schemes to control conversion. More...
Public Member Functions | |
IList< IReplacer > | Replacers () |
The collection of IReplacer that for this scheme. | |
Allows creation of custom conversion schemes to control conversion.
IList< IReplacer > Html2Markdown.Scheme.IScheme.Replacers | ( | ) |
The collection of IReplacer that for this scheme.
Implemented in Html2Markdown.Scheme.AbstractScheme.