C# Class Ideastrike.Nancy.Helpers.MarkdownHelper

Helper class for transforming Markdown.
Afficher le fichier Open project: Code52/Ideastrike

Méthodes publiques

Méthode 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 méthode

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

Markdown() public static méthode

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.
Résultat IHtmlString