Next: , Previous: Verse, Up: Markup Rules


8.7 项的列表

列表是由行首使用的特殊字符产生,在符号列表项或数字列表项前必须有一个空白字元用于 区别那些字符可能确实出现在一个句子中的情况。

下面生成一个符号列表。

     - bullet item one
     - bullet item two

然后一个枚举列表。

     1. Enum item one
     2. Enum item two

这里是一个定义列表。

     Term1 ::
       This is a first definition
       And it has two lines;
       no, make that three.
     
     Term2 ::
       This is a second definition