Sha256: 68dbd79c38a14f990fd2991807e26db20aaad5dc28650095689fbeeac669dea5

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

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")

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
patricia-0.1.3 spec/random-test-wiki/colors/light-pink.rst
patricia-0.1.2 spec/random-test-wiki/colors/light-pink.rst
patricia-0.1.1 spec/random-test-wiki/colors/light-pink.rst
patricia-0.0.1 spec/random-test-wiki/colors/light-pink.rst