blob: 14a2987a0dd478819cb032ab2a29cb94b54a23fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
test-image
==========
.. image:: rimg.png
.. figure:: rimg.png
The caption of pic
.. image:: img.*
.. figure:: img.*
The caption of img
.. image:: testimäge.png
.. image:: rimg.png
:target: https://www.sphinx-doc.org/
.. image:: rimg.png
:align: center
:target: https://www.python.org/
.. a remote image
.. image:: https://www.python.org/static/img/python-logo.png
.. non-exist remote image
.. image:: https://www.google.com/NOT_EXIST.PNG
|