C# Class Ideastrike.Nancy.Helpers.MarkdownHelper

Helper class for transforming Markdown.
ファイルを表示 Open project: Code52/Ideastrike

Public Methods

Method Description
Markdown ( string text ) : IHtmlString

Transforms a string of Markdown into HTML.

Markdown ( this helper, string text ) : IHtmlString

Transforms a string of Markdown into HTML.

Method Details

Markdown() public static method

Transforms a string of Markdown into HTML.
public static Markdown ( string text ) : IHtmlString
text string The Markdown that should be transformed.
return IHtmlString

Markdown() public static method

Transforms a string of Markdown into HTML.
public static Markdown ( this helper, string text ) : IHtmlString
helper this HtmlHelper - Not used, but required to make this an extension method.
text string The Markdown that should be transformed.
return IHtmlString