Please see my comment to this question (starting with "#define ToggleCase..."

http://stackoverflow.com/questions/3883993/please-critique-an-optimal-function-for-converting-string-cases-in-c

The text loses some characters as I point out in the comment.

I've reused the same text in an answer for comparison.

share|improve this question
Are you aware that (a subset of) Markdown is allowed in comments? * is used for italic text, and ** for bold. – balpha Oct 8 '10 at 8:17

1 Answer

up vote 0 down vote accepted

It's very simple: code should be in a code block

`like this`

share|improve this answer
okay.just thought it could be symptomatic – slashmais Oct 8 '10 at 8:13
1  
@slash you may also escape the relevant markdown chars in comments by prefixing them with a slash \ like *so* – Jeff Atwood Oct 8 '10 at 9:29

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged