1====== yalist example ====== 2 3 - Ordered list item 1 4 - Ordered list item 2 5 -- Ordered list item 3... 6 .. ... in multiple paragraphs 7 - Ordered list item 4 8 9 * Unordered list item 10 ** Unordered list item... 11 .. ... in multiple paragraphs 12 13 - Ordered list, first level 14 - Second level 15 - Third level 16 - Fourth level 17 -- Back to second level 18 - //Second?! What happened to third?// 19 .. //Quiet, you.// 20 - Back to first level 21 - Still at first level 22 23 ? Definition list 24 : Definition lists vary only slightly from other types of lists in that list items consist of two parts: a term and a description. The term is given by the DT element and is restricted to inline content. The description is given with a DD element that contains block-level content. [Source: W3C] 25 ? Definition list w/ multiple paragraphs 26 :: The style sheet provided with this plugin will render these paragraphs... 27 .. ... to the left of the term being defined. 28 ? Definition list w/ multiple "paragraphs" 29 : Another way to separate blocks of text in a definition... 30 : ... is to simply have multiple definitions for a term (or group of terms). 31 32 : This definition list has DD tags without any preceding DT tags. 33 : Hey, it's legal XHTML. 34 ? Just like DT tags without following DD tags. 35 ?? But DT tags can't contain paragraphs. That would __not__ be legal XHTML. 36 37 .. If you try, the result will be rendered oddly. 38