Stack Exchange sites display the text of questions and answers nicely (i.e. with formatting) from their databases. What technologies are used to display the formatted text? I program with C#; can the same results be achieved with that language?

link|improve this question
What you mean to ask is "Which technologies were used to write stackoverflow.com?" ? – Stefan Thyberg May 19 '09 at 13:58
feedback

migrated from stackoverflow.com Jul 19 '10 at 10:16

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

2 Answers

StackOverflow uses an own version of Markdown. I have started using Markdown.NET for a couple of my own projects.

link|improve this answer
feedback

Check out What was SO built with.

link|improve this answer
feedback

You must log in to answer this question.