Markdown

Wisej.AI.Helpers.Markdown

Namespace: Wisej.AI.Helpers

Assembly: Wisej.AI (3.5.0.0)

Provides services to convert markdown text to HTML.

public class Markdown

Methods

ToHtml(text)

Converts the markdown text to HTML.

Parameter
Type
Description

text

Markdown text to convert to HTML

Returns: String. HTML text

Last updated