Codeblocks not working correctly???
-
I have posted a few things recently and have noticed that the code blocks are stuffing up a bit recently .. have not noticed this behaviour previously ... check out this one for eg: My comment[^] ... it has put a phantom <pre> in there ??? and generally stuffed the whole thing up I cannot go and edit it because it is correct when I go to edit it :(... Has anyone else noticed this ?? Thanks, Kris
-
I have posted a few things recently and have noticed that the code blocks are stuffing up a bit recently .. have not noticed this behaviour previously ... check out this one for eg: My comment[^] ... it has put a phantom <pre> in there ??? and generally stuffed the whole thing up I cannot go and edit it because it is correct when I go to edit it :(... Has anyone else noticed this ?? Thanks, Kris
Probably better to post that in bugs 'n' sugs[^] :)
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
I have posted a few things recently and have noticed that the code blocks are stuffing up a bit recently .. have not noticed this behaviour previously ... check out this one for eg: My comment[^] ... it has put a phantom <pre> in there ??? and generally stuffed the whole thing up I cannot go and edit it because it is correct when I go to edit it :(... Has anyone else noticed this ?? Thanks, Kris
I was evaluating codeblocks on RPi and was doing good for a while then started getting a phantom error and could never resolve it so gave it up.
New version: WinHeist Version
You didn't fall from the stupid tree you got dragged through the whole dumbass forest. -
I have posted a few things recently and have noticed that the code blocks are stuffing up a bit recently .. have not noticed this behaviour previously ... check out this one for eg: My comment[^] ... it has put a phantom <pre> in there ??? and generally stuffed the whole thing up I cannot go and edit it because it is correct when I go to edit it :(... Has anyone else noticed this ?? Thanks, Kris
-
I have posted a few things recently and have noticed that the code blocks are stuffing up a bit recently .. have not noticed this behaviour previously ... check out this one for eg: My comment[^] ... it has put a phantom <pre> in there ??? and generally stuffed the whole thing up I cannot go and edit it because it is correct when I go to edit it :(... Has anyone else noticed this ?? Thanks, Kris
It's Markdown - it does that when you have a double blank in a code block:
if (a == b)
DoSomething();
elseDoSomethingElse();
It looks ok in the preview, but it stuffs it when posted. It also removes doubled back slashes: \\ in favour of a single one from time to time. Needless to say, it won't do it this time, just to be annoying... Even if it's disabled, it still does it from time to time.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...