Contents Menu Expand Light mode Dark mode Auto light/dark mode
rstobj 1.2.1 documentation
Logo
rstobj 1.2.1 documentation

bullet_list¶

Bullet list.

class rstobj.markup.bullet_list.BulletList(items: list)[source]¶

Bullet list class.

Example:

blist = BulletList(items=["a", "b", "c"])
blist.render()

Output:

- a
- b
- c

More example: http://docutils.sourceforge.net/docs/user/rst/quickref.html#bullet-lists

Copyright © 2022, Sanhe Hu | Built with Sphinx and @pradyunsg's Furo theme. | Show Source