Section Header ============== 8c180fdb-6db8-404d-ba7c-0fe8487234a3 This is the color *pink*. Unordered List -------------- - A bullet list item - Second item - A sub item - Third item Enumerated List --------------- 1) An enumerated list item 2) Second item a) Sub item that goes on at length and thus needs to be wrapped. Note the indentation that must match the beginning of the text, not the enumerator. i) Sub-sub item 3) Third item Here is another enumerated list: #) Another enumerated list item #) Second item Image ----- .. image:: image.jpg Links ----- A sentence with links to Wikipedia_ and the `Linux kernel archive`_. .. _Wikipedia: http://www.wikipedia.org/ .. _Linux kernel archive: http://www.kernel.org/ Another sentence with an `anonymous link to the Python website`__. __ http://www.python.org/ Literal Text ------------ :: some literal text This may also be used inline at the end of a paragraph, like so:: some more literal text .. code:: python print("A literal block directive explicitly marked as python code")