aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/format_bug.mdwn
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/bugs/format_bug.mdwn
parent5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2 (diff)
downloadikiwiki-c4ccb9efe6484be48997a62e36e4045ccfa8a615.tar
ikiwiki-c4ccb9efe6484be48997a62e36e4045ccfa8a615.tar.gz
fix to be a proper bug report
Diffstat (limited to 'doc/bugs/format_bug.mdwn')
-rw-r--r--doc/bugs/format_bug.mdwn23
1 files changed, 23 insertions, 0 deletions
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]]