markdownsharp

Where can I find a pre-compiled Markdown# dll?

I'd like to use Markdown# in a project I'm working on (Not a .Net project, but I have the ability to instantiate .Net class libraries and use them natively). Unfortunately I haven't been able to find a pre-compiled Markdown# DLL. I'd really rather not install Visual Studio just for the purpose of compiling the project. Are there DLL do...

Does anyone know how to disable "code" blocks in WMD Markdown and MarkDownSharp

I'm wondering if anyone can help show me how to completely disable code blocks in WMD Markdown as well as in MarkDownSharp? In my implementation of markdown, there is no reason for the user have the ability to insert code. I have removed the editor button, but there is still the ability to insert the 4 spaces for a code block. ...

Integrating MarkitUp and MarkdownSharp with asp.net forms website

Hi, I'm using markdownsharp with my asp.net forms website. I want to use MarkItUp as my editor and have found a straight forward article on how to integrate with MVC which seems straight forward enough: http://rsolberg.com/ViewBlog/21 However, how do I do this with a forms website? How do I get the MarkItDown Textarea on a postback a...