ConverterConvertMarkdown Method |
Name | Description | |
---|---|---|
![]() ![]() | ConvertMarkdown(String) |
Convert Markdown source to html. Result is HTMLDocument.
|
![]() ![]() | ConvertMarkdown(Stream, String) |
Convert Markdown source to html. Result is HTMLDocument.
|
![]() ![]() | ConvertMarkdown(String, Configuration) |
Convert Markdown source to html. Result is HTMLDocument.
|
![]() ![]() | ConvertMarkdown(String, String) |
Convert Markdown source to html. Result is html file.
|
![]() ![]() | ConvertMarkdown(Stream, String, Configuration) |
Convert Markdown source to html. Result is HTMLDocument.
|
![]() ![]() | ConvertMarkdown(Stream, String, String) |
Convert Markdown source to html. Result is html file.
|
![]() ![]() | ConvertMarkdown(String, Configuration, String) |
Convert Markdown source to html. Result is html file.
|
![]() ![]() | ConvertMarkdown(Stream, String, Configuration, String) |
Convert Markdown source to html. Result is html file.
|