<p>first paragraph</p> <p>second paragraph</p>
first paragraph
second paragraph
Have you tried [Super Search]?
Thanks for your help, [tye]
Thanks for nothing, [tye|wiseguy]
Please consult [id://3989]
([id://43037|more info])
Check out [pad://NodeReaper]
Did you try [http://google.com|this]?
Did you check [doc://perlfaq]?
The result is in <c>$array[0]</c>
The code should read:
<c>
use strict;
use warnings;
my @array = ("Hello world\n");
if (@ARGV) {
print $array[0];
}
</c>
This will be <b>bold</b>
This will be <i>italic</i>
This will be <tt>fixed width</tt>
A wise monk once said: <blockquote> "Indenting is good" </blockquote> .. and I agree
"Indenting is good".. and I agree
My favorite flavors are: <ul> <li>vanilla</li> <li>chocolate</li> </ul>
How to make toast: <ol> <li>insert bread</li> <li>press button</li> </ol>