Thursday, September 22, 2005, 1:43:53 PM, Patrick wrote:
> Markup('^ ', 'block',
> '/^(\\s+)/e',
> "'<:indent,'.floor(strlen('$1')/4+1).'>'");
Thank you! This markup will indent the entire paragraph.
Can it be written so as to indent only the first line of the
paragraph, not every line?
Best,
~Hans