UtilMarkdownConvertMarkdownToHtml(String, MarkdownItPreset, MarkdownItOptions) Method
Namespace: DevCase.Core.DataProcessing.MarkdownAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- markdown String
-
The source markdown string.
- preset MarkdownItPreset (Optional)
-
Optional preset value to quickly enable/disable active syntax rules and options for common use cases.
Default value: Default
- options MarkdownItOptions (Optional)
-
Optional MarkdownItOptions object to configure advanced aspects of the conversion.
String
The resulting html string.
This is a code example.
No code example is currently available or this language may not be supported.
Dim markdown As String = "# Sample Markdown text"
Dim html As String = ConvertMarkdownToHtml(markdown, MarkdownItPreset.Default)
Console.WriteLine(html)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.