Is there a way to put 2 different images on the same "line", so, side-by side?
I know there is the :align:
option, but if I put two images, the first with :align: left
and the second with :align: right
it doesn't work, because the latter is put in another paragraph.
I used substitution definitions:
|pic1| any text |pic2|
.. |pic1| image:: img1.png
:width: 45%
.. |pic2| image:: img2.png
:width: 45%