On Stack Overflow, how is the "enter the code" button implemented?

link|improve this question
Where is the enter the code button? You mean the button with the zeros and ones? – Felix Nov 16 '10 at 15:19
yeah . the buttons with 0 and 1 – mekasperasky Nov 16 '10 at 15:20
feedback

migrated from stackoverflow.com Nov 17 '10 at 10:00

This question came from our site for professional and enthusiast programmers.

2 Answers

See the function command.doCode in wmd.js (in the current version, it starts at line 2106). It should be pretty much self-explaining.

link|improve this answer
feedback

If you mean, what formatting does it apply, it applies the pre HTML tag. If you hover over the formatting buttons they tell you what the formatting is...

link|improve this answer
-1, this is the effect, not the implementation. – Popular Demand Nov 17 '10 at 12:59
feedback

You must log in to answer this question.