in reply to Re: RFC: Monastery Markup Introduction
in thread RFC: Monastery Markup Introduction
I'd recommend the code example include some indentation so that it's clear <code> behaves like <pre> in this respect.
use strict; use warnings; if ( ! @ARGV ) { die "not enough arguments\n"; }
I'd hate to see <blockquote> in the middle of somebody's code.
|
---|