Seems like a reasonable change to the recent comment markup. Instead of relying on Jeff's regexp to be perfect and only match things that need to be italicized, bolded or in code, why not include the ability to make sure we can show those characters when we need to but the unthinkable happens. The unthinkable being, of course, a false positive by the perfect regexp.
|
|
||||
|
The problem, regex.. I completely agree, it would be nice to be able to escape the markdown characters using backslashes, this would be consistent with the markdown used in the posts, where you can do The obvious workaround is to use the inline code-blocks.. Surround the bits you don't want to be bold/italic in backticks `
..which will display in a comment as:
|
|||||||
|
|
Escapes in comments, that is, Sorry, this was just an oversight on my part when I put the initial version together. |
|||||
|
*test*– Paolo Bergantino Jul 11 '09 at 18:44@backticks?Why \@yes it@does! – user1076381 Dec 2 '11 at 6:55