]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/format_bug.mdwn
close; multimarkdown not enabled by default
[ikiwiki.git] / doc / bugs / format_bug.mdwn
1 * list item 1
2 * list item 2
3 * list item 3
4
5 1. First item.
6 1. Sub item.
7 1. Another.
8 1. And another..
9
10 Not sure whether this is a bug or a case of RTFM.
11 Anyway, unexpected. Trying my first install of ikiwiki,
12 reading through the quick setup, trying out the given
13 examples and finding half of them to behave oddly is not
14 encouraging.
15
16 > This is a bug in markdown, not in ikiwiki. Markdown often has issues with
17 > one sort of list followed by a second sort. I've filed a bug report on
18 > markdown about this ([[!debbug 432152]])
19
20 > (BTW, this bug was filed by editing the bugs page directly. Please don't
21 > do that, use the form to generate a new per-bug page..)
22
23 > --[[Joey]]
24
25 Marking this [[done]] since it's not a ikiwiki bug directly.