6.14.9.16.2. Bullet Lists

Start python section to interscript/weavers/lout.py[28 /34 ] Next Prev First Last
   416: #line 846 "lout_weaver.ipk"
   417:     def begin_bullet_list(self):
   418:         self._writeline("\n@BulletList")
   419: 
   420:     def end_bullet_list(self):
   421:         self._writeline("@EndList")
   422: 
   423:     def begin_bullet_list_item(self):
   424:         self._write("@LI{")
   425: 
   426:     def end_bullet_list_item(self):
   427:         self._writeline("}")
End python section to interscript/weavers/lout.py[28]