in reply to RecDescent Issue: using item hash with (?) repetition specifier

Please don't use pre tags. Use p-tags for text and c- or code-tags for code. I promise I'll take a closer look after you have edited your post

  • Comment on Re: RecDescent Issue: using item hash with (?) repetition specifier

Replies are listed 'Best First'.
Re^2: RecDescent Issue: using item hash with (?) repetition specifier
by Porculus (Hermit) on Apr 02, 2009 at 22:40 UTC

    On-site CSS can be used to work round the horrible page-widening effect:

    pre { white-space: pre-wrap }

    I suppose there's a good reason why <pre> is permitted at all?