aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-08 00:03:44 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-08 00:03:44 +0000
commitc4ccb9efe6484be48997a62e36e4045ccfa8a615 (patch)
treedeb68fce7c9d7bdc7a71a9b033e5252b41497a9d /doc
parent5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2 (diff)
downloadikiwiki-c4ccb9efe6484be48997a62e36e4045ccfa8a615.tar
ikiwiki-c4ccb9efe6484be48997a62e36e4045ccfa8a615.tar.gz
fix to be a proper bug report
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs.mdwn20
-rw-r--r--doc/bugs/format_bug.mdwn23
2 files changed, 23 insertions, 20 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index 35c025a5d..2e06d7ca0 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -5,23 +5,3 @@ 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.
-
-----
diff --git a/doc/bugs/format_bug.mdwn b/doc/bugs/format_bug.mdwn
new file mode 100644
index 000000000..e8971076f
--- /dev/null
+++ b/doc/bugs/format_bug.mdwn
@@ -0,0 +1,23 @@
+* 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.
+
+> This is a bug in markdown, not in ikiwiki. Markdown often has issues with
+> one sort of list followed by a second sort. I've filed a bug report on
+> markdown about this ([[debbug 432152]])
+
+> (BTW, this bug was filed by editing the bugs page directly. Please don't
+> do that, use the form to generate a new per-bug page..)
+
+> --[[Joey]]