Tag Info

Hot answers tagged

12

In this case, it looks like Markdown lacks... **removes sunglasses** definition. It should at least indent the definition descriptions to provide some visual cue that you're dealing with a list not ordinary. definition term definition description definition term definition description The above is really just this: <b>definition ...


11

One of the goals of Stack Exchange is to Make The Internet BetterTM. Posting a question about something that Google (and most likely other search engines) answers very easily already doesn't really add much value. In this specific case, SO is already the first answer that comes up in a cursory search – "unitptr_t c++" gives What is uintptr_t data ...


9

It is preferable to help the question asker as best you can. If that means reading between the lines and suggesting a different approach, then please do so! If you can address both the original question and teach the asker about better methods, so much the better. You have helped the question asker just that little bit more. In your specific example, the ...


9

We can't use font-family: monospace due to massive, hairy bugs in Safari / Chrome / WebKit regarding them. Although these bugs are of the "this is how we interpret the spec" type, it's worth pointing out that no other popular browser interprets them this way.* http://archivist.incutio.com/viewlist/css-discuss/103606 http://webkit.org/blog/67/strange-medium/ ...


8

I disagree with the Wikipedia article here: the footnote symbol order *, †, ‡, … is common but it is not an absolute rule. In particular, in scientific or technical works, it's common to avoid symbols that are used as mathematical notations for typography, which means not using digits or * in footnotes. † as an indication that a function is obsolete is ...


7

There is a simple proven solution and Eric Meyer has an excellent article about it. The solution is not new (Wikipedia deployed it in December 2009) and Eric has done incredible work in verifying it. While I can absolutely sympathize with Jeff when he says he's not willingly to go back to the font-family: monospace hell I still think this solution should ...


7

The genesis of this feature, for reference: I have a different preference for how code-in-text could be formatted: change the background colour for that section of the text too. That's a lot clearer than quotes in my view, as well as not interfering with code which uses quotes. Posted by Jon Skeet on July 5, 2009 ...


6

The font is already different, there is a larger left margin on block quotes, and generally code blocks have been syntax highlighted in an obvious way. However, these differences are most obvious when they are placed side by side and depending on the content/size of either they can be difficult to distinguish with their current styles when placed separate ...


6

Honestly, I'm not really sure this specific example even warrants a footnote, as it only consists in a single sentence that's not overly long. Putting it next to the text it elaborates on, maybe in smaller type, would avoid the context switch and look just as good IMHO: 15 Flag for moderator attention 50 Leave comments (you can always ...


5

Building on John Rasch's answer with Shog9's formatting (see comments on that answer by Æther), here's a complete userContent.css file for Firefox to address this. Obviously, you'll want to season to taste. This covers both in-post and in-comment <code> blocks. Save as userContent.css, and place under your Mozilla Profile's chrome directory: On ...


5

While I agree with Jeff, it doesn't hurt to use a user style: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("stackoverflow.com") { p code { padding:0 !important; } }


5

I think I'm just going to bump this question here. It has been almost two years since this has been brought up yet until now there hasn't been any status change. Besides the bump I would also let you people (yeah devs I'm looking at you ;-) ) know that sort of the same issue is there when adding links to codeblocks to comments here on Meta. See my comment ...


4

This is a new behavior that was requested in another item. Prior to this, the "/tagged" page was unique in that it was about the only list of questions where the interesting/ignored filter was NOT in place. I guess this proves my theorem that: for every user who requests a behavior, there exists another user who will request that behavior be removed ...


4

It's so obvious and clean, one wonders why this cannot be implemented immediately. Was your mockup above just a mockup, or do you have some CSS modifications in mind for this? IMHO, insertion text with a differently-coloured foreground is generally more readable than a differently-coloured background (assuming that sufficient contrast remains).


4

Obligatory Greasemonkey solution: // ==UserScript== // @name "FORMATTING OF INLINE CODE IS UGLY AND CAN RESULT IN RIVER-LIKE PATTERNS WHEN USED FREQUENTLY" or "HOW I LEARNED TO STOP WORRYING AND LOVE THE SHOG9" // @namespace http://scfs.me/ // @description Will reformat the wonderful inline code elements on S[OFU] to look more awesome. // ...


4

I'm not sure there's any "right" way to do it. I don't like the idea of including English-language punctuation in a code block; I think code blocks should stand on their own and not try to interact with the text around them, rather the reverse. I try to structure the language around code blocks to include the code block, either by using a positional ...


4

Since this is Stack Overflow we're talking about, I'd go for "make the formula less math-like and more code-like." The question is tagged matlab, so use that if you can. If not, pseudocode that uses variable names like phi and omega in place of Greek letters should be fine.


4

I face the same situation sometimes, and what I try to do is explain how they can do this for free, or at least explain the overall approach you'd have to take without your product, and how the product makes that experience better (and be honest with yourself, there are very few problems in computing that can't be solved without some specific program, no ...


4

Thar be dragons... Be careful. One aspect of your question makes me think you are finding questions such as, "What is the best WIDGET program?", when you happen to sell a widget program. The problem is, those questions tend to be old questions that just have not been seen since our question standards started to disallow such 'shopping' questions. What ...


3

Ok I'm going to add another answer... Jeff said: So, rather than using <code> to mark up simple identifiers that are only "code" in the loosest sense of the term, use italics. Italics for code identifiers still look lousy unless it's a monospaced font, which is generally what people are going for when they use ` markup. That's definitely what I ...


3

Adding this answer by request. This is like arguing that it's OK for a post to be an enormous list of bullet points. Because you have all these points you're trying to make, natch! Uh, no. If every third word is code, then you're not writing prose, you're writing code, and it should be a <pre> block with .. actual code. Not enough words. So either ...


3

You can easily do exactly what you asked for: $("head link[rel=stylesheet]").attr("href", "/content/stackoverflow/all.css") ...but that also replaces the site's branding (= logo) with StackOverflow's. Given the site's markup that's not easily fixable (it'd require a StackAuth API call and the replacement of the #hlogo a ...


3

It's for pending edits from low-rep users waiting for approval. When there are edits to approve a number appears there and clicking this takes you to a page where you can see other users edits and choose to accept or reject them.


3

I disagree. Seeing all the answers in yellow when I clicked on a tag I was interested in was the moment I finally understood why some of the items were in yellow some of the time. If we make things more complicated, it'll be harder for users to discover how the site works. I believe that here being consistant is more important that being pretty.


2

I assume you're asking about questions that don't look that hard to you, but which people seem to have trouble answering. First, if you can write questions in good English, do so. As you can tell from my first paragraph, I wasn't entirely clear what you were asking. If you're not good with English, err on the side of writing too much. If you express ...


2

Being helpful is good, but remember that the purpose is to make a resource for future visitors as well, not just to help the asker. Even if there may be a much better solution for the asker's specific problem, there may be future visitors who are looking for exactly what was requested. (Or, more annoyingly, future questions may be closed as a duplicate of ...


2

What's problem with Ctrl+K key for code formatting? And this is the only key for code formatting. And yes, you can also use {} button instead of Ctrl+K. Or you can manually write code inside <code> or <pre> tag. And yes, you can test formatting in Formatting Sandbox. See Markdown help for more and advanced markdown related help.


1

If the language the code is written in supports line comments, you can use those to include punctuation. The function uint32_t reverse_bits(uint32_t n) { n = ((n >> 1) & 0x55555555) | ((n & 0x55555555) << 1); n = ((n >> 2) & 0x33333333) | ((n & 0x33333333) << 2); n = ((n >> 4) & 0x0F0F0F0F) ...


1

They would need to add the style to #custom-header instead of .container, as the Stack Exchange header bar does not live within .container. For some more consistency, I'd do body > div, body > noscript { min-width: 982px; } instead. But this seems so trivial that it's probably not worth it. Even most netbooks these days have a wide enough screen ...


1

When I have something that is complex that I can't break down into several smaller questions, then I like to write it just like the middle school english teacher taught: Intro paragraph - very simple overview with the main question(s) highlighted so they know what to look for in the meat of the question Meat - The problem(s) explained further, relevant ...



Only top voted, non community-wiki answers of a minimum length are eligible