blob: 9b9aac1e5957e373e61f406e9914b64dade42620 (
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:: http://localhost:7777/sphinx.png
.. non-exist remote image
.. image:: http://localhost:7777/NOT_EXIST.PNG
|