1

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.

nacho10f
  • 5,816
  • 6
  • 42
  • 73

1 Answers1

1

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.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928