diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-08 00:03:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-08 00:03:44 +0000 |
commit | c4ccb9efe6484be48997a62e36e4045ccfa8a615 (patch) | |
tree | deb68fce7c9d7bdc7a71a9b033e5252b41497a9d /doc/bugs | |
parent | 5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2 (diff) |
fix to be a proper bug report
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/format_bug.mdwn | 23 |
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]] |