Synopsis: write_item( self, context, modeidentifier, itemname=None )
This is to write items in the modes "itemize", "enumerate", or "description" (as stated by argument modeidentifier). Argument itemname is a string used to provide a name for this item (cuurently only relevant for "description"). Note, that itemname contains underscores "_" instead of white spaces.
Refer also to write_mode( ).
Parameter context is an instance of class FormattingContext describing the current context of the documentation.