Tag Info

Hot answers tagged

18

I like the idea. For highlighting a whole line, one could extend the markdown syntax and define that an asterisk before the four spaces required to highlight a code block highlights that line: for ($i = 0; $i <= 1; $i++) { * print "$i lines!"; // this line gets highlighted } this would work without having to work out a character ...


13

I revised the post in question to use normal quotes, and successfully did so. While viewing the source, I noticed that there were smart quotes in the actual post body. So I'm pretty sure the author just put them in there manually, for whatever reason. I've rolled back my edit, but you can see it in place as revision 2 of the history. Also taking a question ...


4

Update: it appears that this is not a feature in the body text but it is for question titles, which led to some confusion on my part. Does anybody know how long titles have been like this? Since the early beta at least. I really can't remember a time when the conversion wasn't in place.


4

Yes, what you did is fine generally speaking. Comments aren't supposed to last, so if there's useful information in one of them (either a comment on the question or on your answer), feel free to include it in your answer. You could additionally link to that user's profile rather than just stating his/her name (since user names are not unique). If you're ...


4

Ethical? Sure, you're giving credit to the original poster. Acceptable? (In other words "Able to be agreed on")I see that happen all the time, for completeness sake it's added in comments or other places in the post, so yeah, it's acceptable. Add to the quality of the solution? Well... sort of. It doesn't really add to the over all Q&A (since that ...


4

Smart quotes in parentheses point the way least likely to be correct, certainly. There are probably other previous-characters like the other bracket types and “ and ‘ themselves that should also be considered for triggering a left-quote. But auto-smart-quote-ification is in general bogus: there's no way it can always guess the right direction. Indeed, often ...


3

Yes, this was a relatively silly oversight on my part -- fix will go out tomorrow evening PST. Note that the fancy entities code (for post titles only, of course) is based on a simplified subset of SmartyPants. Straight quotes (' and ") into “curly” &lsquo; and &ldquo; entities Dashes (-- and ---) into &emdash; entity Three consecutive dots ...


3

I may be misunderstanding, but I dislike the idea of putting quotes around code.. It reminds me of all the times I've had to say "No, type it without the quotes.." Perhaps the inline code could be made more visually distinct from regular text? Something like.. blockquote p code{ border:1px dashed #C8C8C8; } Another idea from Jonathan Sampson's ...


2

No repro in the current version of Chrome (5.0.375.99). Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, 'and what is the use of a book,' thought Alice 'without pictures or ...


2

Nope, there is only the bog standard quote. I prefix my quotes with some context. For example, you said: I would have liked to be able to format the first 2 quotes and then I can explain some more and quote again: Very often, I find the need to use different quote styles in my answers. I don't agree, myself. Quotes never stand on their own; they ...


2

This sounds like the podcast where Joel debated with Jason Calacanis about the merits of paying experts (e.g. Mahalo) versus not paying people (e.g. the SO Trilogy): http://blog.stackoverflow.com/2009/06/podcast-56/ Joel’s big objection to Mahalo is that, like the now-defunct Google Answers, it turns an intrinsic motivation for asking and ...


1

blockquote and code block could be nested, so your edits is appears in html like this <blockquote> <pre class="default prettyprint"> <code> ....... If you think you set wrong formatting, you should undo it first, for example, hit code block button(ctrl+k) to undo code block and hit blockquote button ...


1

I further improved the formatting of your answer based on the documents you referenced; hope you don't mind. I think by copying directly from the PDF, the content in your second quote block got indented enough to form a code block within the quote block, hence the coloring. Anyway, I usually avoid using the quote button or Ctrl+Q as it breaks a paragraph ...


1

I feel like it's something average between Are You a Digital Sharecopper and 9 Ways Marketing Weasels Will Try to Manipulate You.



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