Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have one question in mind ,Is Stackoverflow Editor is open source ? And if yes how can we integrate it with Java Web Application? Becuase its very simple and understandable by everyone .

share|improve this question

1 Answer

Stackoverflow uses the pagedown editor.

share|improve this answer
DO you know any example how can we integrate it with Java Web application? – subodh joshi 50 mins ago
The Editor can be integrated in any website, because it is pure JavaScript and the MIT-License also allows you to use it in commerical products. – Casey 47 mins ago
@subodhjoshi No, but stackoverflow users markdownsharp on the server and that can serve as a reference for integrating into a Java environment. – Oswald 46 mins ago
hmm its looking c# based – subodh joshi 44 mins ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.