The ="" issue
-
We've all seen posts in QA where code blocks are littered with
=""
decorations. The usual response has been to assume that the OP has done something wrong when cutting and pasting the code. But I have an example here where there is no cut/paste operation being used, and still the=""
decoration appears:In this case, it seems to be something to do with the octothorpe (#), the forward slash (/) and possibly the < and > symbols as well. Maybe there's an issue in the markdown processing?
"A little song, a little dance, a little seltzer down your pants" Chuckles the clown
-
We've all seen posts in QA where code blocks are littered with
=""
decorations. The usual response has been to assume that the OP has done something wrong when cutting and pasting the code. But I have an example here where there is no cut/paste operation being used, and still the=""
decoration appears:In this case, it seems to be something to do with the octothorpe (#), the forward slash (/) and possibly the < and > symbols as well. Maybe there's an issue in the markdown processing?
"A little song, a little dance, a little seltzer down your pants" Chuckles the clown
k5054 wrote:
octothorpe (#)
New word of the day, at least for me. :)
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
-
We've all seen posts in QA where code blocks are littered with
=""
decorations. The usual response has been to assume that the OP has done something wrong when cutting and pasting the code. But I have an example here where there is no cut/paste operation being used, and still the=""
decoration appears:In this case, it seems to be something to do with the octothorpe (#), the forward slash (/) and possibly the < and > symbols as well. Maybe there's an issue in the markdown processing?
"A little song, a little dance, a little seltzer down your pants" Chuckles the clown
I've been bitten a couple of times. I work around it by replacing the literal
<
with the encoding<
. (Both encoded another level as I type this, of course!)Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012