On math.SE, for instance, suppose one wants to TeX {1,2,3,...,n}. Then to do this in LaTeX, one only needs to type $\{1,2,3,...,n\}$, but because SE markdown does not escape text inside of the $ delimiters, one is forced to type $\\{1,2,3,...,n\\}$ to escape the backslash. Similar problems exist with asterisks and underscores, which many times need to be escaped in order to avoid strange italicized text and missing subscripts. I realize that not all websites would want text in between dollar delimiters escaped, so is it possible to have it enabled or disabled on certain sites?