**Results:**
+-----------------+-----+----+---------------+
| Horizontal Span | a3 | a4 | a5 |
+=====+===========+=====+====+===============+
| b1 | b2 | b3 | b4 | |
+-----+-----------+-----+----+ Vertical Span |
| c1 | | c4 | |
+-----+ Span Both +----+---------------+
| d1 | | d4 | d5 |
+-----+-----------+-----+----+---------------+
| f1 | f2 | f3 | f4 | f5 |
+-----+-----------+-----+----+---------------+
**reST NOTE**: the table does not show the correct result.
Images
======
An "inlinemediaobject" may be positioned within a paragraph and aligned to the text top, middle, or bottom
through use of the align attribute.
**Markup:**::
Here is an image
My Logo
embedded in a sentence.
**Results:**
Here is an image
.. image:: png
:height: 80
:width: 100
:scale: 50
:alt: My Logo
:align: center
embedded in a sentence.
**Notes:**
- The Sphinx parser does not have an image named "png" so the alternate text
will be displayed.
- **reST NOTE**: There is no facility to embed an image within a paragraph.
Footnotes
=========
All footnotes are placed at the bottom of the document in the order defined.
**Markup:**::
An annual percentage rate (APR) of 13.9%The prime rate, as published in the Wall Street
Journal on the first business day of the month,
plus 7.0%.
will be charged on all balances carried forward.
**Results:**
An annual percentage rate (APR) of 13.9% [#]_ will be charged on all balances carried forward.
.. [#]
The prime rate, as published in the Wall Street
Journal on the first business day of the month,
plus 7.0%.