12
votes
1answer
136 views

Can't post answer using HTML <pre> because it gets misinterpreted as code

I'm trying to answer Compute rotation matrix using the magnetic field and my answer needs to use HTML because I need to show a table containing mathematics formulas. I've posted my answer here, ...
11
votes
1answer
284 views

How does SO remove HTML tags from questions?

I am curious how SO goes about removing HTML tags from posts. I just started using their MarkdownSharp project. By default MarkdownSharp encodes any HTML within code blocks like this: <span ...
8
votes
2answers
271 views

Enable spell check on title, search and tag input element

This is a repost of Spell-checking in question titles on Meta.Gaming, except that this post furnishes the necessary technical details for it to work. All input type="text" elements, by default, do ...