Comment help
If you type plain text, new lines will be honored, otherwise please format your comment accordingly.
Basic html is permitted, please escape your code, you may use the following tags: a, abbr, acronym, blockquote, cite, code, em, p, strong, br.
Note that if it isn't valid xhtml (if the tags aren't balanced) - it won't be accepted.
Useful links:











Example 1 wrote:
Some plain text
on several lines.
Example 1 got :
Some plain text
on several lines.
Example 2 wrote:
Some text containing html characters such as < or >
Example 2 got :
An error message.
Example 3 wrote:
Some text containing escaped html characters such as < or >
Example 3 got :
Some text containing escaped html characters such as < or >
Example 3 wrote :
Example 3 got :
Example 4 wrote :
Example 4 got :
Example 5 wrote :
Example 5 got :
Example 6 wrote :
<code><?php
function funky($boring) {
/* Some code with whitspace */
return $funked;
}
?></code>with a witticism
Example 6 got :
<?php function funky($boring) { /* Some code with whitspace */ return $funked; } ?>with a witticismExample 7 wrote :
Example 7 got :
Example 8 wrote :
Example 8 got :
Example 9 wrote :
Example 9 got :
Example 10 wrote :
<blockquote cite='Someonelse'>
<p>Something Someoneelse said</p>
<p><cite>Someoneelse</cite></p>
</blockquote>
with a witty rebuttal
Example 10 got :