Topic 2: blah ================ Some text, *italic text*, **bold text** * bulleted list. There needs to be a space right after the "*" * item 2 .. note:: This is a note. Here's some Python code: >>> for i in range(10): ... print i .. _Python: http://www.python.org .. _example: http://poppep.com The `example`_ target above points to this paragraph. The `Python`_ language is very useful. :what: Field lists map field names to field bodies, like database records. They are often part of an extension syntax. :how: The field marker is a colon, the field name, and a colon. The field body may contain one or more body elements, indented relative to the field marker.