Possible Duplicate:
Where's the WMD editor open source project?
I'd like to know if the version of Markdown that SO uses, with the same header with blank background and the same help button in the top right corner, is available for download.
I'd like to know if the version of Markdown that SO uses, with the same header with blank background and the same help button in the top right corner, is available for download. |
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Try wmd-new at Google Code or the Stack Overflow fork of WMD at GitHub. Here's a quick demo of wmd-new (pulled from GitHub), with the styles slightly modified to look closer to those on SO. There are still a few differences (hover color on buttons, help question mark, etc), but it's really just a matter of tweaking the styles; the styles on Stack Overflow are built into their main stylesheet, and haven't all been applied to wmd-new. In order to change the look of the buttons, or their hover states, you'll need to edit the image sprite that contains them all. That can be found in You shouldn't have to edit any JavaScript to get it to look like Stack Overflow, I don't believe, unless you want to get the textarea resizer, which you can find as a jQuery plugin. |
|||||||||||||||||||||||
|
|
The StackOverflow branch of the WMD editor is hosted on github. More info: |
|||||||
|
|
Stackoverflow branches of WMD are maintained on GitHub here and here. If you have trouble making a specific customization, start a new question describing what you've attempted and what isn't working and you'll get plenty of help. |
|||
|