Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Edit control on stack overflow

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.

like image 886
Brian R. Bondy Avatar asked Dec 17 '22 10:12

Brian R. Bondy


1 Answers

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.

"now completely free to use. The next release will be open source under an MIT-style license."

like image 191
Mark Biek Avatar answered Jan 05 '23 16:01

Mark Biek