aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-05 15:11:36 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-05 15:11:36 +0000
commitddf02844e58f7c7b2c12ce6f32c61e7412b90ed2 (patch)
tree71b6ebe5550ea09a49865d5d977dd3acc55942c9 /doc/bugs.mdwn
parentf41cedacd53083cc4c5c7fa8d92c44d7fcfde754 (diff)
downloadikiwiki-ddf02844e58f7c7b2c12ce6f32c61e7412b90ed2.tar
ikiwiki-ddf02844e58f7c7b2c12ce6f32c61e7412b90ed2.tar.gz
web commit by l: added test case of numbered list following bullet list, which does NotBehaveAsExpected
Diffstat (limited to 'doc/bugs.mdwn')
-rw-r--r--doc/bugs.mdwn20
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.
+
+----