Skip to content

An async .NET wrapper to convert markdown to html thanks to Github Flavored Markdown service

License

Notifications You must be signed in to change notification settings

ablanchet/gfmsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GfmSharp Build status

Is for Github Flavored Markdown sharp.

It's just a tiny async .NET wrapper created to call the GFM service in order to convert markdown to html.

How to use it ?

You just want to parse your input by the markdown syntax

string content = await GfmSharp.GetHtml( "here is your MD input" );

You want to parse you input by the GFM syntax ?

string content = await GfmSharp.GetHtml( new GfmSharpMessage { Text = "here is your MD input", Mode = GfmSharpMessage.Modes.Gfm } );

For more informations

For more informations :

About

An async .NET wrapper to convert markdown to html thanks to Github Flavored Markdown service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages