Closed
Description
Feature request
The image
directive can have a target
to link the image:
.. image:: /Images/SlidesCover.jpg
:target: https://example.org/
For example, as used here: https://docs.typo3.org/p/ttn/tea/3.0/en-us/Introduction.html#presentation-at-the-typo3-online-days-2021
Reference: https://docutils.sourceforge.io/docs/ref/rst/directives.html#image
Maybe also other properties for image
are missing, haven't checked.