Im trying to add a Markdown editor to my site.
I've installed MarkdownSharp via nuget. Problem is I cant find any documentation on how to use it.
What exactly is this library for?
If it doesnt include the client side editor where can I get one that comes with the toolbar that helps with the markdown syntax?..
please help.
MarkdownSharp is just a .NET parser of the Markdown language. If you want an editor with toolbars and buttons you could use a WYSIWYG editor. For example Stack Overflow uses a custom modified version of the wmd-editor called PageDown.