diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-05 15:11:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-05 15:11:36 +0000 |
commit | ddf02844e58f7c7b2c12ce6f32c61e7412b90ed2 (patch) | |
tree | 71b6ebe5550ea09a49865d5d977dd3acc55942c9 | |
parent | f41cedacd53083cc4c5c7fa8d92c44d7fcfde754 (diff) |
web commit by l: added test case of numbered list following bullet list, which does NotBehaveAsExpected
-rw-r--r-- | doc/bugs.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 2e06d7ca0..35c025a5d 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -5,3 +5,23 @@ Also see the [Debian bugs](http://bugs.debian.org/ikiwiki). [[inline pages="bugs/* and !bugs/done and !link(bugs/done) and !bugs/*/*" feedpages="created_after(bugs/no_commit_mails_for_new_pages)" actions=yes rootpage="bugs" postformtext="Add a new bug titled:" show=0]] + + +---- + +* list item 1 +* list item 2 +* list item 3 + +1. First item. +1. Sub item. +1. Another. +1. And another.. + +Not sure whether this is a bug or a case of RTFM. +Anyway, unexpected. Trying my first install of ikiwiki, +reading through the quick setup, trying out the given +examples and finding half of them to behave oddly is not +encouraging. + +---- |