in reply to Re: formatting with Text::WikiFormat
in thread formatting with Text::WikiFormat

another "bug" --

only two levels of nested lists work (I have tested only unordered lists)

* this * that * other * something else * unrelated * related
only two levels of indentation are produced. Third and higher levels of indentation are merged into the second level.
--

when small people start casting long shadows, it is time to go to bed

Retitled by holli from 'nested lists don't seem to work properly'.

  • Comment on Re: formatting with Text::WikiFormat - nested lists don't seem to work properly
  • Download Code

Replies are listed 'Best First'.
Re: Re: formatting with Text::WikiFormat - nested lists don't seem to work properly
by themage (Friar) on Jul 16, 2005 at 13:51 UTC
      I too like your idea of multiples asterisks to denote the level. Using spaces is very tricky -- a pain to count the spaces correctly, and tab doesn't quite work inside web form fields.

      is the formatting code for MaBliki available? if yes, I would like to look at it, and possibly use it in my application.

      --

      when small people start casting long shadows, it is time to go to bed
Re: Re: formatting with Text::WikiFormat - nested lists don't seem to work properly
by chromatic (Archbishop) on Jul 25, 2005 at 05:45 UTC

    I can't reproduce this, and I have tests for it with and without spaces (see t/lists-nested.t). Can you send me a test case?