Hidden text

Pages: 12
There is hidden text in this post.
Is it a bug?
closed account (S6k9GNh0)
L B, what's hidden? HTML source says that's all there is.
L B wrote:
[code]There is hidden text in this post.
----
You found the hidden text, this is it! I'm guessing you used the quote button that EssGeEigh made, because this hidden text doesn't show up in the HTML.
Last edited on
closed account (z05DSL3A)
http://i.imgur.com/mJeAS85.png
What is missing?
closed account (jwkNwA7f)
How can I get the quote button?

EDIT: How did u do it?
Last edited on
closed account (jwkNwA7f)
Cool. Did he make any others?
closed account (S6k9GNh0)
I'm thoroughly confused.
If a code segment is only one line, certain features are disabled - such as line numbers and the side-by-side output. However, you can still specify these parameters, and while the content will be kept in the database, the generated HTML will not contain it.
closed account (jwkNwA7f)
this is some code

EDIT: Yay!! It works :D
Last edited on
Testing:


So people can communicate almost secretly like this. I am going to bet that is will be banned soon.
Last edited on
@retsgorf, Nah, I haven't made any more yet.
But I'm planning to do a different post submission system...
I'm just lazy.

Alright, the conditions for this bug to happen are the following:

There must be text after [ code ]. Even just a space is enough.
E.G.
[ code]
will not work.
[ code]x
will work.

There must be a newline after the text.
There must be at least three minus signs.

[ code]x
---

And there must be a closing code tag.

[ code]x
--- xoxo
[ /code]

EDIT: Compressed in a single post.
Last edited on
Testing:
1
2
3
4
 
int main()
{
      return 0;
}


EDIT: woah, that was wierd.
Last edited on
Superdude wrote:
Testing:
[code]
---Did this work?
int main()
{
return 0;
}
[/code]

EDIT: woah, that was wierd.
What about it?
Just showing for others' convenience.
closed account (N36fSL3A)
int main();

EDIT : WOAH
Last edited on
Does no one use the preview button?
closed account (N36fSL3A)
I actually forgot that that existed. I used it in my earlier days, not now though.
Pages: 12