Tagged Questions
0
votes
2answers
68 views
<code> tag doesn't text highlight
I noticed the other day that two nearly identical answers to a question were slightly different.
The first one (the accepted answer) uses four spaces. The second answer (highest non-accepted answer, ...
10
votes
2answers
760 views
Using Safari 5.1.4, code blocks are empty on Stack Overflow
Code blocks on Stack Overflow (lines beginning with 4 whitespaces) with Safari v5.1.4 are empty/blank (even with the inspector, indicating it's populated via javascript). If I use another browser ...
11
votes
1answer
190 views
How to handle regex syntax highlighting?
Many questions about regex include code blocks with language agnostic, POSIX compatible patterns, using default prettifying. (example)
This looks kind of ugly and is confusing, since some parts are ...