Is the edit control I’m typing in now, with all its buttons and rules freely available for use?
My web project is also .Net based.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s the WMD Markdown editor which is free and seems to be pretty easy to use. Just include the javascript for it and (in the easiest case), it just attaches to the first textarea it finds.
Here’s some info about the Perl implementation of Markdown which, according to the site, WMD is 100% compatible with.
@Chris Upchurch Technically the current release isn’t open-source, just free to use. The next version is supposed to be released with an MIT license though.