On Fri, Jul 29, 2011 at 9:36 AM, Philip Tzou <[email protected]> wrote: > Here is the test case: > > http://zh.wikipedia.org/wiki/User:PhiLiP/sourcetest > > So, is it a bug or a feature? If it's a feature, how can I put <source> > content into <dd> in every case?
Use explicit <dl>, <dd>, and <dt>. All the list wikimarkup only works for a single line: as soon as you have a line break, it ends the list item. If you want to have multiple lines of wikitext that are part of the same item, you have to use HTML instead. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
