An Html to Markdown converter.
More...
|
| Converter () |
| Create a Converter with the standard Markdown conversion scheme.
|
|
| Converter (IScheme scheme) |
| Create a converter with a custom conversion scheme.
|
|
string | ConvertFile (string path) |
| Converts Html contained in a file to a Markdown string.
|
|
string | Convert (string html) |
| Converts an Html string to a Markdown string.
|
|
An Html to Markdown converter.
◆ Converter() [1/2]
Html2Markdown.Converter.Converter |
( |
| ) |
|
|
inline |
Create a Converter with the standard Markdown conversion scheme.
◆ Converter() [2/2]
Html2Markdown.Converter.Converter |
( |
IScheme |
scheme | ) |
|
|
inline |
Create a converter with a custom conversion scheme.
- Parameters
-
scheme | Conversion scheme to control conversion |
◆ Convert()
string Html2Markdown.Converter.Convert |
( |
string |
html | ) |
|
|
inline |
Converts an Html string to a Markdown string.
- Parameters
-
html | The Html string you wish to convert |
- Returns
- A Markdown representation of the passed in Html
◆ ConvertFile()
string Html2Markdown.Converter.ConvertFile |
( |
string |
path | ) |
|
|
inline |
Converts Html contained in a file to a Markdown string.
- Parameters
-
path | The path to the file which is being converted |
- Returns
- A Markdown representation of the passed in Html
The documentation for this class was generated from the following file: