You are using a browser which doesn't fully support Cascading Style Sheets. This site will look much better in a browser that supports web standards, but its content is accessible to any browser or Internet device.

Definition lists

This list type is borrowed from HTML. A definition describes an item, and therefore consists of two parts: the item and the description.

As an item can be more than just one word, we need more than a simple prefix here: we need to mark where the description part starts. A colon seems appropriate - that's what one would usually use in a written text:

   Computer: a system to automate stupid jobs.

In PerlPoint, it's the same, and to make things consistent the colon is used to start a definition point as well:

   :Computer: a system to atomate stupid jobs.

Isn't that easy?

As with the other list types, the point can be wrapped in any way. Additionally, there can be any number of whitespaces between the item and the explanation part. This allows to structure the source for readability:

   :Writer:      a creative person
                 producing books.
  
   :Illustrator: an artist visualizing stories.