doc/hgmanpage.py
changeset 17487 1bdce7e918bb
parent 16686 67964cda8701
child 17517 15036492a103
equal deleted inserted replaced
17486:73e3e368bd42 17487:1bdce7e918bb
   898 
   898 
   899     def visit_paragraph(self, node):
   899     def visit_paragraph(self, node):
   900         # ``.PP`` : Start standard indented paragraph.
   900         # ``.PP`` : Start standard indented paragraph.
   901         # ``.LP`` : Start block paragraph, all except the first.
   901         # ``.LP`` : Start block paragraph, all except the first.
   902         # ``.P [type]``  : Start paragraph type.
   902         # ``.P [type]``  : Start paragraph type.
   903         # NOTE dont use paragraph starts because they reset indentation.
   903         # NOTE don't use paragraph starts because they reset indentation.
   904         # ``.sp`` is only vertical space
   904         # ``.sp`` is only vertical space
   905         self.ensure_eol()
   905         self.ensure_eol()
   906         self.body.append('.sp\n')
   906         self.body.append('.sp\n')
   907 
   907 
   908     def depart_paragraph(self, node):
   908     def depart_paragraph(self, node):